I create a Android App with WebView ( embed, as main UI | HTML5 app). Also, I have some code to render 3d stuffs, in order to embed my 3d render, I think i need to create a plugin for showing up in WebKit.
I find "android.webkit.PluginStub" , I search google and stackoverflow, didn't find any useful example.
Any one has any experience on PluginStub, can you share ?
There is an example in the Android sources at
development/samples/BrowserPlugin
, I haven't tried it as Android developers Dianne Hackborn and Roman Nurik had said there is no actual support for them, anyways give it a try, who knows :)