- 02 Jun, 2020 2 commits
-
-
Lorenzo Pichilli authored
-
Lorenzo Pichilli authored
-
- 30 May, 2020 2 commits
-
-
Lorenzo Pichilli authored
-
Lorenzo Pichilli authored
added clearHistory webview methods on Android, setContextMenu and clearFocus webview methods, added ContextMenuOptions class
-
- 29 May, 2020 3 commits
-
-
Lorenzo Pichilli authored
Added 'toString()' method to various classes in order to have a better output instead of simply 'Instance of ...', updated getOptions() method
-
Lorenzo Pichilli authored
-
Lorenzo Pichilli authored
-
- 28 May, 2020 1 commit
-
-
Lorenzo Pichilli authored
added onPageCommitVisible event, updated dart code for new events and methods, updated docs, fix #367
-
- 25 May, 2020 2 commits
-
-
Lorenzo Pichilli authored
-
Lorenzo Pichilli authored
-
- 23 May, 2020 4 commits
-
-
Lorenzo Pichilli authored
-
Lorenzo Pichilli authored
-
Lorenzo Pichilli authored
-
Lorenzo Pichilli authored
-
- 22 May, 2020 2 commits
-
-
Lorenzo Pichilli authored
-
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
-
- 11 May, 2020 4 commits
-
-
Lorenzo Pichilli authored
-
Lorenzo Pichilli authored
expiresDate option (#338)
-
Lorenzo Pichilli authored
-
Lorenzo Pichilli authored
added HeadlessInAppWebView class, added close, addMenuItem and addMenuItems methods to ChromeSafariBrowser, added ChromeSafariBrowserMenuItem class, fixed InAppWebView.channel null exception on android, fix #305, fix #245, fix #299
-
- 09 May, 2020 8 commits
-
-
Lorenzo Pichilli authored
-
Lorenzo Pichilli authored
-
Lorenzo Pichilli authored
-
Lorenzo Pichilli authored
fix scrollbar on iOS always show if not disable scroll
-
Lorenzo Pichilli authored
Fix crash when `prompt` was called on Android Q.
-
Lorenzo Pichilli authored
Fix crash on nil/invalid URL (iOS)
-
Lorenzo Pichilli authored
Fix config options for Android release builds
-
Lorenzo Pichilli authored
> onLongPressHitTestResult event, updated test cases, fixed Promise polyfill, fixed android options
-
- 09 Mar, 2020 1 commit
-
-
Ben Bieker authored
Using reflection was not a good idea because when the Android App is compiled for release mode, some code optimizations are executed. The fields of the configuration classes were then renamed and the mapping via reflections did not work again. Now everything has an explicit mapping form the untyped HashMap to the class fields and vice versa.
-
- 29 Jan, 2020 1 commit
-
-
AlexVincent525 authored
-
- 17 Jan, 2020 3 commits
-
-
AlexVincent525 authored
-
AlexVincent525 authored
-
AlexVincent525 authored
-
- 14 Jan, 2020 1 commit
-
-
phamnhuvu-dev authored
-
- 18 Dec, 2019 3 commits
-
-
Lorenzo Pichilli authored
-
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
-