Lorenzo Pichilli
|
45c3652bc5
|
merged fix(ios): invoke onBrowserCreated when viewDidLoad is called with win…, updated webview debug settings, updated debug logging message with platform name
|
2022-10-13 21:18:07 +02:00 |
Lorenzo Pichilli
|
5d70469caa
|
updated WebView docs
|
2022-10-11 17:14:48 +02:00 |
Lorenzo Pichilli
|
3b2add4199
|
code format
|
2022-10-11 16:19:36 +02:00 |
Lorenzo Pichilli
|
f5a048cb69
|
added Find Interaction Controller
|
2022-10-08 14:19:35 +02:00 |
Lorenzo Pichilli
|
0dd9dfbff6
|
added PrintJobController to manage print jobs
|
2022-05-12 00:19:43 +02:00 |
Lorenzo Pichilli
|
ebdcef6393
|
deprecated onLoadResourceCustomScheme for onLoadResourceWithCustomScheme event
|
2022-05-08 15:08:34 +02:00 |
Lorenzo Pichilli
|
3edbbbc396
|
renamed DebugSettings to DebugLoggingSettings
|
2022-05-02 23:53:09 +02:00 |
Lorenzo Pichilli
|
28455c696a
|
updated onPermissionRequest event for ios, added DebugSettings
|
2022-05-02 18:59:29 +02:00 |
Lorenzo Pichilli
|
17ed6c881a
|
added onCameraCaptureStateChanged and onMicrophoneCaptureStateChanged webview events
|
2022-05-02 16:54:34 +02:00 |
Lorenzo Pichilli
|
b189066940
|
added onReceivedError and onReceivedHttpError events
|
2022-05-01 17:06:16 +02:00 |
Lorenzo Pichilli
|
96259a782e
|
updated tests
|
2022-04-29 13:39:28 +02:00 |
Lorenzo Pichilli
|
cae685c1b2
|
updated tests
|
2022-04-28 16:48:39 +02:00 |
Lorenzo Pichilli
|
1e6de69d20
|
moved every class in types.dart in a specific class file
|
2022-04-27 01:03:42 +02:00 |
Lorenzo Pichilli
|
85949e9858
|
added main stub for web support, updated example, updated debug log
|
2022-04-26 15:45:36 +02:00 |
Lorenzo Pichilli
|
3087bbbc0e
|
added static WebView.debugLogging
|
2022-04-26 12:16:47 +02:00 |
Lorenzo Pichilli
|
03e74820df
|
merged web support, dartfmt
|
2022-04-25 23:21:26 +02:00 |
Lorenzo Pichilli
|
61a439893b
|
added new events
|
2022-04-23 22:10:02 +02:00 |
Lorenzo Pichilli
|
dd9043ccf5
|
merge
|
2022-04-23 17:49:29 +02:00 |
Lorenzo Pichilli
|
b881909957
|
updated context menu item and options to settings
|
2022-04-23 14:00:47 +02:00 |
Lorenzo Pichilli
|
2570cb38eb
|
added onConsoleMessage and onScrollChanged web support
|
2022-04-22 14:41:05 +02:00 |
Lorenzo Pichilli
|
1161380eab
|
updated web support
|
2022-04-22 13:39:21 +02:00 |
Lorenzo Pichilli
|
46fcafcf44
|
updated web support
|
2022-04-22 02:24:50 +02:00 |
Lorenzo Pichilli
|
176d41d328
|
added initial web support
|
2022-04-21 23:14:51 +02:00 |
Lorenzo Pichilli
|
ec24f41914
|
updated onPermissionRequest signature
|
2022-04-21 12:20:48 +02:00 |
Lorenzo Pichilli
|
0312d12859
|
fixed remaining classes and properties
|
2022-04-20 03:05:46 +02:00 |
Lorenzo Pichilli
|
5371b77231
|
initial refactor
|
2022-04-20 01:31:14 +02:00 |
Lorenzo Pichilli
|
7307d473fa
|
dartfmt, fixed pubspec.yaml
|
2022-04-19 00:42:57 +02:00 |
Lorenzo Pichilli
|
22649342e8
|
added onDownloadStartRequest event
|
2022-04-17 16:19:31 +02:00 |
Lorenzo Pichilli
|
1e287fd1d3
|
Merge branch 'ashank-patch' of https://github.com/ashank96/flutter_inappwebview into ashank96-ashank-patch
|
2022-04-16 12:38:52 +02:00 |
Lorenzo Pichilli
|
f074b7a011
|
created android InAppWebViewInterface to implement other android webview engines, getOriginalUrl method is cross-platform now, Fixed requestImageRef method always null on iOS
|
2022-04-15 19:20:35 +02:00 |
ashank96
|
8f43faf832
|
expose contentdisposition and contentlength from android
|
2022-02-17 15:00:46 +05:30 |
Lorenzo Pichilli
|
7d6c88d622
|
fix #765, Fixed InAppWebViewController.getHitTestResult wrong type mapping, added auto-comment.yml
|
2021-03-30 18:15:50 +02:00 |
Lorenzo Pichilli
|
71a8fe23ea
|
fix #732, fix #759, Fixed Android ChromeSafariBrowser menu item callback not called because of PendingIntents extra were cached
|
2021-03-28 04:17:09 +02:00 |
Lorenzo Pichilli
|
22ea0091cd
|
Added initialSize property and setSize/getSize methods to the HeadlessInAppWebView class, androidOnScaleChanged event is deprecated - use onZoomScaleChanged event, getScale method is deprecated - use getZoomScale method, Removed final keyword for all HeadlessInAppWebView events, Fixed wrong usage of Android WebView scale property
|
2021-03-26 21:04:44 +01:00 |
Lorenzo Pichilli
|
3352c9cef0
|
v5.2.0
|
2021-03-22 16:39:58 +01:00 |
Lorenzo Pichilli
|
c22707da49
|
Added onOverScrolled WebView event, updated tests
|
2021-03-22 16:21:56 +01:00 |
Lorenzo Pichilli
|
237ba6efb4
|
Added a test for the pull-to-refresh feature when used on Android.
|
2021-03-06 16:10:31 +01:00 |
Lorenzo Pichilli
|
b6d4fb9596
|
Added support for pull-to-refresh feature (fix #395), Fixed issue not rendering WebView content when scrolling on iOS (fix #704), Fixed InAppBrowser.openData method, InAppBrowser.initialUserScripts InAppBrowser.id HeadlessInAppWebView.id properties are final now
|
2021-03-05 23:19:50 +01:00 |
Lorenzo Pichilli
|
68f98754df
|
code format
|
2021-02-22 23:54:09 +01:00 |
Lorenzo Pichilli
|
f886f2f1e5
|
bug fixes, fix #450, updated integration tests
|
2021-02-22 23:38:30 +01:00 |
Lorenzo Pichilli
|
0b0bce66aa
|
code refactoring, new features, replaced String url to Uri uri everywhere, added URLRequest
|
2021-02-22 12:16:23 +01:00 |