- 09 May, 2020 7 commits
-
-
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 3 commits
-
-
Lorenzo Pichilli authored
-
Lorenzo Pichilli authored
-
Lorenzo Pichilli authored
fix #225, merged #228, updated ios options naming, updated default value for databaseEnabled android option, added new methods and events
-
- 14 Dec, 2019 2 commits
-
-
Lorenzo Pichilli authored
-
Lorenzo Pichilli authored
-
- 12 Dec, 2019 2 commits
-
-
Lorenzo Pichilli authored
updated DropDown workaround: load it as soon as possible and load also for iframes where possibile (same origin)
-
Lorenzo Pichilli authored
-
- 11 Dec, 2019 6 commits
-
-
Lorenzo Pichilli authored
-
Lorenzo Pichilli authored
-
Lorenzo Pichilli authored
-
Lorenzo Pichilli authored
-
Lorenzo Pichilli authored
-
Lorenzo Pichilli authored
Added enableDropDownWorkaroud webview option for Android to enable a temporary workaround for html dropdowns (issue #182)
-
- 09 Dec, 2019 6 commits
-
-
Lorenzo Pichilli authored
Fixes null error when calling getOptions for InAppBrowser class
-
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
-
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
-
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
-
Jamie Joost authored
-
Jamie Joost authored
-
- 03 Dec, 2019 1 commit
-
-
Lorenzo Pichilli authored
updated README.md and issue templates, added WebStorage.getInstance().deleteAllData() to clearAllCache on Android
-
- 02 Dec, 2019 4 commits
-
-
Lorenzo Pichilli authored
-
Lorenzo Pichilli authored
-
Lorenzo Pichilli authored
-
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
-