Page 2 of 2

how to activate a button by a checkbox?

Posted: Thu Jun 27, 2013 1:18 am
by John Herdean

heres the link:

http://appery.io/app/mobile-frame?src...

BTW, I changed back the code to your original.


how to activate a button by a checkbox?

Posted: Thu Jun 27, 2013 1:19 am
by John Herdean

Sign Up For Linked Live
Go to the bottom of the page and you'll find the check box


how to activate a button by a checkbox?

Posted: Thu Jun 27, 2013 1:55 am
by Igor

Move JS code from checkbox "click" event to "Value change" event. It should help.


how to activate a button by a checkbox?

Posted: Thu Jun 27, 2013 2:18 am
by John Herdean

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):

Image

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?


how to activate a button by a checkbox?

Posted: Thu Jun 27, 2013 2:30 am
by John Herdean

this is how its supposed to look when you check it:

Image


how to activate a button by a checkbox?

Posted: Thu Jun 27, 2013 4:06 pm
by Maryna Brodina

Hello! Is your app shared with a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a?


how to activate a button by a checkbox?

Posted: Thu Jun 27, 2013 7:47 pm
by Maryna Brodina

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


how to activate a button by a checkbox?

Posted: Sat Jun 29, 2013 1:12 am
by John Herdean

That worked Marina perfect. Thanks.