From 8b5a6347150593f4092c5d306adf44a9f5d5e1a7 Mon Sep 17 00:00:00 2001 From: pichillilorenzo Date: Tue, 27 Nov 2018 17:34:44 +0100 Subject: [PATCH] working on iOS inline webview implementation --- .idea/workspace.xml | 103 +-- example/ios/Runner/Info.plist | 4 + flutter_inappbrowser.iml | 1 + ios/Classes/FlutterWebViewController.swift | 226 ++++++- .../InAppBrowserWebViewController.swift | 5 +- ios/Classes/InAppWebView.swift | 615 +++++++++++++++++- ios/Classes/SwiftFlutterPlugin.swift | 50 +- 7 files changed, 927 insertions(+), 77 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 6df4fb48..6ece1707 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -16,10 +16,12 @@ - + + + + - @@ -39,8 +41,8 @@ - - + + @@ -51,8 +53,8 @@ - - + + @@ -72,7 +74,6 @@ - postUrl assert( sNotEmpty() loadData @@ -102,6 +103,7 @@ onScrollChanged initialData openData + optionsType activity.getPreferences(0) @@ -147,6 +149,7 @@ @@ -163,6 +166,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - -