Page 1 of 2
Button not working but programmed correctly. Is this a bug?
Posted: Fri Mar 15, 2013 11:48 am
by Matt Oakes
Hi,
I'm trying to make an intro screen with a picture and a button on it. On pressing the button, the app should navigate to another screen. In "Test", the button does not work - it just hangs with the circle rotating in the middle and the screen greyed out. The button is definitely configured properly in the "Events" tab. Is this a bug?
Thanks,,
Matt
Button not working but programmed correctly. Is this a bug?
Posted: Fri Mar 15, 2013 1:10 pm
by Maryna Brodina
Hello! Did you get any JS error in Console?
Button not working but programmed correctly. Is this a bug?
Posted: Fri Mar 15, 2013 1:43 pm
by Matt Oakes
No error that I can find, it's just hanging.
Button not working but programmed correctly. Is this a bug?
Posted: Fri Mar 15, 2013 1:46 pm
by Maryna Brodina
Could you please make your app link Publick and send us that link - (go to Test, check Public)?
Button not working but programmed correctly. Is this a bug?
Posted: Fri Mar 15, 2013 1:50 pm
by Matt Oakes
Hi,
I'm a teacher and the project is one of my students'. Here it is:
http://project.tiggzi.com/mobile-fram...
Thanks,
Matt
Button not working but programmed correctly. Is this a bug?
Posted: Fri Mar 15, 2013 2:02 pm
by Maryna Brodina
Button not working but programmed correctly. Is this a bug?
Posted: Fri Mar 15, 2013 2:53 pm
by Maryna Brodina
There is incorrect JS on Screen1 on "Button1":
codeif (localstorage.getitem('answer1') '= 'dogs')/code
change it to
codeif (localstorage.getitem('answer1') == 'dogs')/code
Button not working but programmed correctly. Is this a bug?
Posted: Fri Mar 15, 2013 4:11 pm
by Emmz
localstorage.getitem('answer1') Syntax ok?
thought it need capitalization ..
localStorage.getItem
Button not working but programmed correctly. Is this a bug?
Posted: Fri Mar 15, 2013 4:17 pm
by Kateryna Grynko
Hi Neil, sorry, it was incorrect. Should be localStorage.getItem
Button not working but programmed correctly. Is this a bug?
Posted: Fri Mar 15, 2013 4:18 pm
by Emmz
Just thought I would mention it. Incase he took your fix exactly as stated. lol