if you write google map app using javascript

you can just put the js/html code into asset folder

then use this code :

WebView wv = new WebView( this );
wv.getSettings().setJavaScriptEnabled(true);
wv.loadUrl("file:///android_asset/map.js");
setContentView( wv );


On 10月25日, 上午8時53分, hao <[EMAIL PROTECTED]> wrote:
> hey guys,
>
> im wondering how well does android handlejavascript. Im thinking of
> develop a web application for the android device. Can it load a google
> map module just like on a desktop computer?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to