This is Unity Plugin for WebView. You can use webview on Unity.
- Android
- iOS - NEW!!
- Create ex class implement IWebViewCallback interface.
- Attach "WebViewBehavior" Script to GameObject.
- Call a few function ( LoadURL/SetVisibility/setCallback ).
- Enjoy WebView on Unity.
and see "WebViewTest.cs" for sample.