John Herdean
Posts: 0
Joined: Tue May 14, 2013 3:56 am

how to activate a button by a checkbox?

heres the link:

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

BTW, I changed back the code to your original.

John Herdean
Posts: 0
Joined: Tue May 14, 2013 3:56 am

how to activate a button by a checkbox?

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

Igor
Posts: 0
Joined: Tue Apr 02, 2013 12:05 pm

how to activate a button by a checkbox?

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

John Herdean
Posts: 0
Joined: Tue May 14, 2013 3:56 am

how to activate a button by a checkbox?

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?

John Herdean
Posts: 0
Joined: Tue May 14, 2013 3:56 am

how to activate a button by a checkbox?

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

Image

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

how to activate a button by a checkbox?

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

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

how to activate a button by a checkbox?

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

John Herdean
Posts: 0
Joined: Tue May 14, 2013 3:56 am

how to activate a button by a checkbox?

That worked Marina perfect. Thanks.

Return to “Issues”