A web view plugin for Flutter. Works with iOS and Android
Features
- Load Web Pages
- Reload/Load new pages while WebView still active
- Listen for Redirects
- Add buttons to a navigation bar
- Receive call backs for nav buttons pressed
- Advanced nav bar support ( position , enable, disable buttons )
- WebView history support
- Android back button customization
Feature requests welcome.
To use on Android, make sure to add the the following in your AndroidManifest.xml
<activity android:name="com.apptreesoftware.flutterwebview.WebViewActivity">
</activity>