larp.ly
Posts: 0
Joined: Thu May 31, 2012 2:54 pm

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

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.

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

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

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

larp.ly
Posts: 0
Joined: Thu May 31, 2012 2:54 pm

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

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.

larp.ly
Posts: 0
Joined: Thu May 31, 2012 2:54 pm

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

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?

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

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

Yes, you would need to export the app source.

larp.ly
Posts: 0
Joined: Thu May 31, 2012 2:54 pm

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

Thank you, you are great.

Return to “Issues”