[android-developers] browser application

2012-10-14 Thread Mike Levinson
I am not a programmer but an application I designed, as far as i can tell, can be made easily to play on android. Right now the application, an interactive kid game alphabet-learning program is a flash movie. Should I have this ported to html5, or upgrade the flash? I don't have a clue what to d

[android-developers] Browser application behaves differently Desktop execution to Android tablet (HC 3.2) browser execution.

2012-05-11 Thread Srinivas Nainala
Dear All, I have one web-application its working fine on desktop browser. Its basic application contains search some data and showing search results, couple of dialog and notifications. But same app executing on Android browser(default), search result is not showing(try to load the page it see

[android-developers] Browser Application Problem

2009-06-29 Thread Joe Petruchi
Hi All While using browser recently in my phone I found the following error gp_initSearch not found !!! Can any body help me by telling why this happens ? Please help !!! Regards Joe --~--~-~--~~~---~--~~ You received this message because you are subscribed to t

[android-developers] Browser Application: loading asset html files

2009-02-13 Thread Kumaravel Kandasami
I have html/css/js files in my asset directory. In the MAIN activity class I am redirecting the display of the html files in my asset directory to the browser application using Intents. The browser application is not loading the html page, however if I change the code to use external URL it works