[android-developers] Re: npapi plugin failed to load in android webview

2009-06-11 Thread MIND GAME
can anybody sugest me a way test npapi pluguns in android browser. On Jun 11, 4:09 pm, MIND GAME wrote: > thanks for ur tracking > can u help me out to solve this problem > > On Jun 11, 9:33 am, Marco Nelissen wrote: > > > > > This is the 4th or 5th time today t

[android-developers] Re: npapi plugin failed to load in android webview

2009-06-11 Thread MIND GAME
thanks for ur tracking can u help me out to solve this problem On Jun 11, 9:33 am, Marco Nelissen wrote: > This is the 4th or 5th time today that you've asked about this... > > On Wed, Jun 10, 2009 at 9:30 PM, MIND GAME wrote: > > > > > > > i am trying to lo

[android-developers] npapi plugin failed to load in android webview

2009-06-10 Thread MIND GAME
i am trying to load a npapi plugin using android api - webview. code is webview.getSettings().setJavaScriptEnabled(true); webview .getSettings().setPluginsEnabled(true); webview.getSettings().setPluginsPath("/android_asset/web/"); System.out.println("Default plugin

[android-developers] Fwd: is android supports npapi(c/c++) plugins

2009-06-10 Thread MIND GAME
-- Forwarded message -- From: MIND GAME Date: Jun 10, 4:08 pm Subject: is android supports npapi(c/c++) plugins To: android-framework i am trying to load a npapi plugin using webview. code is         webview.getSettings().setJavaScriptEnabled(true);         webview

[android-developers] Re: NP API Plugin

2009-06-10 Thread MIND GAME
please suggest way to install npapi plugin in to browser or to be loded by web view. how to modify the device firmware. On May 29, 11:07 pm, Mark Murphy wrote: > Migol wrote: > > Does any know how to install NP plugin into Android's browser? > > You can't install any plugins to Browser, except b

[android-developers] Re: Webview Broken in 1.5 SDK?

2009-06-10 Thread MIND GAME
hii thanks this woks for me. On May 12, 6:56 am, Bill Zimmerly wrote: > I was successful in fixing the problem (above) and this details it... > > This line in the Webapp.java file had to be changed from this ... > > > webview= (WebView) findViewById(R.id.webview); > > To this... > > > webvie

[android-developers] npapi plugin failed to load in android webview

2009-06-10 Thread MIND GAME
i am trying to load a npapi plugin using webview. code is webview.getSettings().setJavaScriptEnabled(true); webview .getSettings().setPluginsEnabled(true); webview.getSettings().setPluginsPath("/android_asset/web/"); System.out.println("Default plugin path is :"+web