|
|
il y a 8 ans | |
|---|---|---|
| android | il y a 8 ans | |
| example | il y a 8 ans | |
| ios | il y a 8 ans | |
| lib | il y a 8 ans | |
| .analysis_options | il y a 8 ans | |
| .gitignore | il y a 8 ans | |
| CHANGELOG.md | il y a 8 ans | |
| LICENSE | il y a 8 ans | |
| README.md | il y a 8 ans | |
| flutter_webview_plugin.iml | il y a 8 ans | |
| pubspec.yaml | il y a 8 ans |
Plugin that allow Flutter to communicate with a native Webview.
For Android, it will launch a new Activity inside the App with the Webview inside. Does not allow to integrate a Webview inside a Flutter Widget
For IOS, it will launch a new UIViewController inside the App with the UIWebView inside. Does not allow to integrate a Webview inside a Flutter Widget
For help getting started with Flutter, view our online documentation.
var flutterWebviewPlugin = new FlutterWebviewPlugin();
Add the Activity to you AndroidManifest.xml
<activity android:name="com.flutter_webview_plugin.WebviewActivity"
android:parentActivityName=".MainActivity"/>
No extra configuration is needed