Page 1 of 1

Alert boxes not working and red "x"'s showing up

Posted: Fri Jun 01, 2012 4:16 pm
by larp.ly

I was able to finish up on my developed app and it works perfectly on the web preview and local app tester.

However i installed the android app and when i touch the sceen, it show a small red 'x' whereever I touch.

I also have a button on sceen 1 that moves to screen 2. That works fine but the 2 buttons on screen2, one of which goes back to the 1st screen, the other runs some JS and alerts the results.

All of these work fine in the web preveiw and native app tester, just not when it it installed on the device.

Am i missing a setting like debug or something? Thank you.


Alert boxes not working and red "x"'s showing up

Posted: Fri Jun 01, 2012 4:37 pm
by maxkatz

Can you post a screen shot of how the small red 'x' looks...?


Alert boxes not working and red "x"'s showing up

Posted: Fri Jun 01, 2012 4:48 pm
by larp.ly

I unfortunately cannot get a SS taken before it disappears. It is about 1/8 of an inch in height and width and disappears apx 3 seconds after the sceen is touched.


Alert boxes not working and red "x"'s showing up

Posted: Fri Jun 01, 2012 4:54 pm
by larp.ly

I did find this http://groups.google.com/group/phoneg...

It appears to be an issue with android 3.0+ and PhoneGap.

It appears someone said removing
this.appView.getSettings().setLightTouchEnabled(true);

will fix the X issue. Do you know where I can adjust this setting? Will I need to export it and alter it?


Alert boxes not working and red "x"'s showing up

Posted: Fri Jun 01, 2012 4:59 pm
by maxkatz

Yes, you would need to export the app source.


Alert boxes not working and red "x"'s showing up

Posted: Fri Jun 01, 2012 5:04 pm
by larp.ly

Thank you, you are great.