✨ This is a working Webview Texture for Android ✨
NEW! Java source code is integrated so you can inspect and modify it if needed
It also has been tested in VR ✅ and works well with both Google Cardboard SDK, Google Daydream SDK and GearVR.
It is very fast because unlike some plugins this is a GL texture and not a bitmap copy of the view.
⚠️ IMPORTANT:
It has some limitations (but I'm working on it)
- You can only have one Webview on your scene
- It works only for Android (no preview available on the Unity Editor)
- The Webview itself is not hardware accelerated — read this it is important — it means that no WebGL websites will work, canvas elements could be slow and most video won't play (all these use hardware rendering)
I am working to remove these limitations.
This plugin require Android Kitkat 4.4 (API 19) or more and only works for arm64 devices. You can send events to the Webview (scroll and touches) and you will get events back (loading status and error).
➡️ A full working example is included.
More information about this project: Official website