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...
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.
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...
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...
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?