Search found 6 matches

Go to advanced search

by larp.ly
Fri Jun 01, 2012 5:04 pm
Forum: Issues
Topic: Alert boxes not working and red "x"'s showing up
Replies: 5
Views: 532
 
Jump to post

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

Thank you, you are great.

by larp.ly
Fri Jun 01, 2012 4:54 pm
Forum: Issues
Topic: Alert boxes not working and red "x"'s showing up
Replies: 5
Views: 532
 
Jump to post

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 a...
by larp.ly
Fri Jun 01, 2012 4:48 pm
Forum: Issues
Topic: Alert boxes not working and red "x"'s showing up
Replies: 5
Views: 532
 
Jump to post

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.

by larp.ly
Fri Jun 01, 2012 4:16 pm
Forum: Issues
Topic: Alert boxes not working and red "x"'s showing up
Replies: 5
Views: 532
 
Jump to post

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 but...
by larp.ly
Thu May 31, 2012 6:11 pm
Forum: Issues
Topic: Check if checkbox is checked
Replies: 3
Views: 460
 
Jump to post

Check if checkbox is checked

Thanks for the quick reply. I have this now: var v =$("input#dblRare").attr("checked"); alert (v); dblRare is part of a mobileCheckBoxGroup1 Would i need to something like $(input#mobileCheckBoxGroup1.dblRare".attr("checked") to access it. Even the documentation fo...
by larp.ly
Thu May 31, 2012 2:54 pm
Forum: Issues
Topic: Check if checkbox is checked
Replies: 3
Views: 460
 
Jump to post

Check if checkbox is checked

I need to see if a checkbox is checked. I have tried a few different ways but am not sure with using the Tiggr API. Right now I have var dblRare = Tiggr('dblRare'); if ($('#dblRare').attr('checked')) {alert("checked");} Can spomeone please provide some insight on the syntax for this?

Go to advanced search