• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. A

    Code not working on android

    I am using the following simple code but its not working. Here is the full code that I am using: <!DOCTYPE HTML> <html> <head> <title>Contact Example</title> <script type="text/javascript" charset="utf-8" src="phonegap-0.9.3.js"></script> <script...
  2. A

    Is this an AVD problem?

    The AVD never displays the alert message (e.g. alert('initialized');). I don't know whether the addEventListener works in my AVD or not. I tried the following code also but it never worked: function onLoad() { document.addEventListener("deviceready", onDeviceReady, false)...