An error occurred fetching the project authors.
- 10 Mar, 2021 1 commit
-
-
李增强 authored
-
- 03 Jul, 2020 1 commit
-
-
Lorenzo Pichilli authored
Fixed iOS userContentController didReceive WKScriptMessage event when using a WebView created with a windowId
-
- 02 Jul, 2020 1 commit
-
-
Lorenzo Pichilli authored
Reverted calling handler.post on Android when a WebView is created, Fixed iOS extra bottom padding when opening the keyboard, fix #429
-
- 30 Jun, 2020 1 commit
-
-
Lorenzo Pichilli authored
added disableDefaultErrorPage Android-specific webview option, updated onCreateWindow event implementation
-
- 29 Jun, 2020 1 commit
-
-
Lorenzo Pichilli authored
Updated onCreateWindow, onJsAlert, onJsConfirm, and onJsPrompt webview events, added onCloseWindow, onTitleChanged, onWindowFocus, and onWindowBlur webview events, added androidOnRequestFocus, androidOnReceivedIcon, androidOnReceivedTouchIconUrl, androidOnJsBeforeUnload, and androidOnReceivedLoginRequest Android-specific webview events, fix #403
-
- 20 Jun, 2020 1 commit
-
-
Lorenzo Pichilli authored
Fixed HttpAuthCredentialDatabase.removeHttpAuthCredential on Android, Fixed some cases where takeScreenshot was not working on Android, fix #390, Updated HttpAuthCredentialDatabase.getAllAuthCredentials method return type
-
- 19 Jun, 2020 1 commit
-
-
Lorenzo Pichilli authored
-
- 15 Jun, 2020 1 commit
-
-
Lorenzo Pichilli authored
-
- 13 Jun, 2020 1 commit
-
-
Lorenzo Pichilli authored
added getScrollX and getScrollY webview methods, added HttpOnly and SameSite set cookie options, added animated option to scrollTo and scrollBy webview methods, Added error and message to the ServerTrustChallenge class for iOS, added contentInsetAdjustmentBehavior webview iOS-specific option, added getCertificate android-specific webview method, added copy and copyWithValue methods for webview class options
-
- 12 Jun, 2020 1 commit
-
-
Lorenzo Pichilli authored
added new webview methods, added supporZoom webview option on iOS, bug fixes, prepare new version 3.4.0
-
- 02 Jun, 2020 1 commit
-
-
Lorenzo Pichilli authored
-
- 30 May, 2020 1 commit
-
-
Lorenzo Pichilli authored
added clearHistory webview methods on Android, setContextMenu and clearFocus webview methods, added ContextMenuOptions class
-
- 29 May, 2020 1 commit
-
-
Lorenzo Pichilli authored
Added 'toString()' method to various classes in order to have a better output instead of simply 'Instance of ...', updated getOptions() method
-
- 28 May, 2020 1 commit
-
-
Lorenzo Pichilli authored
added onPageCommitVisible event, updated dart code for new events and methods, updated docs, fix #367
-
- 22 May, 2020 1 commit
-
-
Lorenzo Pichilli authored
-
- 21 May, 2020 2 commits
-
-
Lorenzo Pichilli authored
Updated Android context menu workaround, updated iOS onCreateContextMenu event, Added Android keyboard workaround to hide the keyboard when clicking other HTML elements
-
Lorenzo Pichilli authored
-
- 09 May, 2020 1 commit
-
-
Lorenzo Pichilli authored
> onLongPressHitTestResult event, updated test cases, fixed Promise polyfill, fixed android options
-
- 14 Jan, 2020 1 commit
-
-
phamnhuvu-dev authored
-
- 18 Dec, 2019 2 commits
-
-
Lorenzo Pichilli authored
code refactoring, added InAppBrowserManager and ChromeSafariBrowserManager classes on native code, updated webview options class names
-
Lorenzo Pichilli authored
updated ChromeSafariBrowser class, Renamed Chrome Custom Tab addShareButton option to addDefaultShareMenuItem, Renamed ChromeSafariBrowser onLoaded to onCompletedInitialLoad, Renamed all iOS and Android webview options class, fix #229, Added packageName and keepAliveEnabled ChromeCustomTab options for Android
-
- 16 Dec, 2019 1 commit
-
-
Lorenzo Pichilli authored
fix #225, merged #228, updated ios options naming, updated default value for databaseEnabled android option, added new methods and events
-
- 09 Dec, 2019 1 commit
-
-
Lorenzo Pichilli authored
updated shouldOverrideUrlLoading event for #146, added print method and event #128, fix #123 javascript handler for Android API <= 22, renamed onTargetBlank to onCreateWindow event, deleted useOnTargetBlank option, added supportMultipleWindows android option, added getDefaultUserAgent static method, Updated default value for domStorageEnabled option to true
-
- 02 Dec, 2019 1 commit
-
-
Lorenzo Pichilli authored
Added pause and resume methods for Android, Added pauseTimers and resumeTimers methods, Added new historyUrl optional parameter only for Android, fix #202, should fix #201
-
- 29 Nov, 2019 1 commit
-
-
Lorenzo Pichilli authored
-
- 21 Nov, 2019 1 commit
-
-
Lorenzo Pichilli authored
-
- 19 Nov, 2019 1 commit
-
-
Lorenzo Pichilli authored
-
- 18 Nov, 2019 2 commits
-
-
Lorenzo Pichilli authored
-
Lorenzo Pichilli authored
-
- 17 Nov, 2019 1 commit
-
-
Lorenzo Pichilli authored
updated ConsoleMessage class, updated evaluateJavascript method, fixed Android JavaScriptBridgeInterface _callHandler method
-
- 16 Nov, 2019 2 commits
-
-
Lorenzo Pichilli authored
-
Lorenzo Pichilli authored
fixed ajax interceptor javascript code, re-added flutterInAppBrowserPlatformReady javascript for the window object, tests moved inside example folder using flutter driver
-
- 10 Nov, 2019 2 commits
-
-
Lorenzo Pichilli authored
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
-
Lorenzo Pichilli authored
-
- 09 Nov, 2019 1 commit
-
-
Lorenzo Pichilli authored
-
- 07 Nov, 2019 1 commit
-
-
Lorenzo Pichilli authored
-
- 06 Nov, 2019 1 commit
-
-
Lorenzo Pichilli authored
-
- 05 Nov, 2019 3 commits
-
-
Lorenzo Pichilli authored
updated locationchange iOS javascript event name, updated javaScriptHandlerForbiddenNames dart variable
-
Lorenzo Pichilli authored
-
Lorenzo Pichilli authored
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
-