I have deployed android application made with phone gap, and I haven't problem with emulator and web browser.But when i install that application on android tablet (samsung galaxy) device it shows following error when i click on cell of table.
Application Error: The web page contains an error. (file:///android_asset/www/tips_list.html?act=SET_TIPS_LIST&cid=1)
In my application I am displaying list of categories in table and when user click on any cell of table it will navigate to its subcategory page. It works fine in emulator but crashes in tablet.
You are probably running into the following Android bugs:
ReplyDeletehttp://code.google.com/p/android/issues/detail?id=17535
http://code.google.com/p/android/issues/detail?id=17327