iosWebViewFix/example
Lorenzo Pichilli 8894ae1b1e fixed shouldInterceptRequest String url Android, added initial tests using custom classes and functions 2019-11-12 02:13:20 +01:00
..
android added getHtml method, updated android config, remove block on long press webview android, fixed other issues 2019-11-02 19:58:01 +01:00
assets updated AjaxRequest class, fixed 'InvalidStateError' ajax error #189, No need to listen to window.addEventListener(flutterInAppBrowserPlatformReady, fuction(){ }) javascript event anymore to use JaaScript message handlers 2019-11-11 00:16:38 +01:00
ios Added shouldInterceptAjaxRequest, onAjaxReadyStateChange, onAjaxProgressEvent and shouldInterceptFetchRequest events, added useShouldInterceptAjaxRequest and useShouldInterceptFetchRequest webview options, updated node.js server test, added injectJavascriptFileFromAsset and injectCSSFileFromAsset methods, renamed some methods 2019-11-05 03:44:22 +01:00
lib fixed shouldInterceptRequest String url Android, added initial tests using custom classes and functions 2019-11-12 02:13:20 +01:00
test fixed shouldInterceptRequest String url Android, added initial tests using custom classes and functions 2019-11-12 02:13:20 +01:00
.gitignore first commit 2018-09-14 02:21:51 +02:00
.metadata first commit 2018-09-14 02:21:51 +02:00
README.md first commit 2018-09-14 02:21:51 +02:00
pubspec.yaml fixed shouldInterceptRequest String url Android, added initial tests using custom classes and functions 2019-11-12 02:13:20 +01:00

README.md

flutter_inappbrowser_example

Demonstrates how to use the flutter_inappbrowser plugin.

Getting Started

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