heres the link:
http://appery.io/app/mobile-frame?src...
BTW, I changed back the code to your original.
heres the link:
http://appery.io/app/mobile-frame?src...
BTW, I changed back the code to your original.
Sign Up For Linked Live
Go to the bottom of the page and you'll find the check box
Move JS code from checkbox "click" event to "Value change" event. It should help.
Ok I just did that. That provided more consistency and stability on both Firefox and the iPhone. However, the button colors still dont show up (the Sign Up button shows up right above the checkbox area):
If I click that area that Sign Up button works fine, but its not visible like it should be. How do we fix that part?
Hello! Is your app shared with a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a?
Hi, if you want "Sign up button" no shown when you first time navigate to that page you should run the following code on page Show event:
codeAppery("mobilebutton_76").hide()/code
That worked Marina perfect. Thanks.