The example is here http://jsfiddle.net/V3qb9/57/. It runs perfectly on desktop and jsfiddle — whenever I change the radio button, an alert is popped up. But when I try it on phonegap, the click event is not triggered at all. Any thoughts why?
The example is here http://jsfiddle.net/V3qb9/57/ . It runs perfectly on desktop and jsfiddle —
Share
i tried your code in the init method used by phonegap in body onload tag
<body onload="init();">and i was able to see the alert.i used the example that comes with phonegap 1.9.0 for android.
i tested it on my phone (Jelly Bean).