Is there anyway to render native view in webview on Android platform ?For example, display a map view in the webview.
As far as I know, we're able to use webplugin which is combined with a typed HTML embed tag , to do this on desktop platform.
But as document said, the webplugin feature is not supported on Android platform. But I think it is surely possible to embed a native view, maybe change some renderer's source code ? Or just switch some flag to enable webplugin? So could anyone shine a light ?