Нема описа

Hadrien Lejard 273e71c5e1 onBackPressed fix пре 8 година
android 273e71c5e1 onBackPressed fix пре 8 година
example d5ce53c330 onBackPressed listener пре 8 година
ios feb642eaf0 first commit пре 8 година
lib d5ce53c330 onBackPressed listener пре 8 година
.gitignore feb642eaf0 first commit пре 8 година
LICENSE feb642eaf0 first commit пре 8 година
README.md 13a38c8215 update README пре 8 година
flutter_webview_plugin.iml feb642eaf0 first commit пре 8 година
pubspec.yaml feb642eaf0 first commit пре 8 година

README.md

flutter_webview_plugin

Plugin that allow Flutter to communicate with a native Webview.

It will launch a new Activity inside the App with the Webview inside. Does not allow to integrate a Webview inside a Flutter Widget

TODO:

  • Android
  • IOS

Getting Started

For help getting started with Flutter, view our online documentation.

Android

Add the Activity to you AndroidManifest.xml

<activity android:name="com.flutter_webview_plugin.WebviewActivity"
                  android:parentActivityName=".MainActivity"/>