Hello Experts, kindly help me out here.
I have an app where one is supposed to sign immediately the page loads.
So I have set the onVisible property of the page to Set(signingVariable, true). This loads the signature screen
After signing, the user presses a button called Save Signature that closes the signature screen and allows one to now enter data.
This btn has an onSelect property of Set(signingVariable, false).
The problem is that this is working fine in edit mode but after saving, publishing and opening the app in Play mode, the Save signature button doesn't work, it just keeps bouncing back and so you can't enter data.
What could be the problem?