Lorenzo Pichilli
|
34e6bea153
|
Merge branch 'feat/disable-ios-delay' of https://github.com/andreasgangso/flutter_inappwebview into andreasgangso-feat/disable-ios-delay
|
2023-11-09 15:46:04 +01:00 |
Alex Dochioiu
|
2d9e21db87
|
* Fixed canGoForward NPE
|
2023-11-03 10:18:57 +02:00 |
Alex Dochioiu
|
a1e86ae8d5
|
* Fixed NPE
|
2023-10-20 12:10:49 +03:00 |
Alex Dochioiu
|
c059c5a50e
|
Added a comment
|
2023-10-11 10:49:44 +03:00 |
Alex Dochioiu
|
b3b8923014
|
imm crash fix
|
2023-10-11 10:45:10 +03:00 |
Alexandru Terente
|
290c13d048
|
Merge pull request #1 from antonioIdt/fix-xcode-15
fix: xcode 15 related bug
|
2023-10-09 14:36:36 +03:00 |
Antonio Vasconcelos
|
740da1314c
|
fix: xcode 15 related bug
|
2023-10-09 12:04:21 +03:00 |
Max Zimmermann
|
f3e8e11a7d
|
Use Android colors
|
2023-10-05 13:33:40 +02:00 |
Dango Mango
|
fb323b3033
|
fix cert parsing for ios 12
|
2023-10-05 14:29:41 +08:00 |
Lorenzo Pichilli
|
0157c8ec7c
|
updated CHANGELOG.md
|
2023-10-02 23:47:46 +02:00 |
Lorenzo Pichilli
|
978fb15c21
|
Merge pull request #1815 from pichillilorenzo/all-contributors/add-nesquikm
add nesquikm as a contributor for code
|
2023-10-02 23:38:57 +02:00 |
allcontributors[bot]
|
3591a76b68
|
update .all-contributorsrc
|
2023-10-02 21:37:50 +00:00 |
allcontributors[bot]
|
f608785a00
|
update README.md
|
2023-10-02 21:37:49 +00:00 |
Lorenzo Pichilli
|
44e70a3628
|
Updated androidx.webkit:webkit dependency to 1.8.0, Updated androidx.browser:browser dependency to 1.6.0
|
2023-09-30 19:53:26 +02:00 |
Lorenzo Pichilli
|
881e8da860
|
Merge pull request #1801 from nesquikm/fix/xcode_17
fix: xcode 15 related bug
|
2023-09-30 19:51:35 +02:00 |
Max Zimmermann
|
c3f24205ed
|
Change text cursor color to black
|
2023-09-28 16:20:42 +02:00 |
nesquikm
|
60da7352f4
|
fix: xcode 17 related bug
|
2023-09-26 12:19:45 +04:00 |
Yumeng Huang
|
4c712b6f36
|
fix: chrome tab open failed due to chrome process not running
|
2023-09-03 19:12:03 +08:00 |
alext84
|
3f91faf859
|
feat: extract visibleViewController in UIApplication extension and use it
|
2023-08-02 13:34:58 +03:00 |
alext84
|
82c96a957f
|
fix: dynamically get the visible view controller to fix issue with presenting the webView in multiple flutter app.
|
2023-08-02 11:04:16 +03:00 |
Lorenzo Pichilli
|
b00b3781ef
|
updated CHANGELOG.md
|
2023-06-12 17:39:15 +02:00 |
Lorenzo Pichilli
|
ecbcae0545
|
Merge pull request #1693 from pichillilorenzo/all-contributors/add-Nirajn2311
add Nirajn2311 as a contributor for code
|
2023-06-12 17:38:33 +02:00 |
allcontributors[bot]
|
fcc0cbb7ae
|
update .all-contributorsrc
|
2023-06-12 15:37:58 +00:00 |
allcontributors[bot]
|
57d1064796
|
update README.md
|
2023-06-12 15:37:57 +00:00 |
Lorenzo Pichilli
|
7fb030e93d
|
Merge pull request #1657 from Nirajn2311/fix/decode-asset-url
feat: InAppLocalhostServer decode assets url when loading them
|
2023-06-12 17:36:03 +02:00 |
Lorenzo Pichilli
|
93f51086e1
|
fix #1691
|
2023-06-12 08:58:53 +02:00 |
Lorenzo Pichilli
|
7d49baa8e0
|
updated in_app_browser_example.screen.dart example
|
2023-06-11 01:59:43 +02:00 |
Lorenzo Pichilli
|
62431838d9
|
Added InAppBrowser menu items feature, Added hideCloseButton, hideDefaultMenuItems, menuButtonColor InAppBrowser settings
|
2023-06-11 01:55:42 +02:00 |
Max Zimmermann
|
ab98855c8a
|
Update MyCookieManager.swift
Updated force unwrap
|
2023-05-31 10:15:04 +02:00 |
Max Zimmermann
|
840c71b2ef
|
Update MyCookieManager.swift
Added force unwrap fix
|
2023-05-31 09:50:58 +02:00 |
Andreas Gangsø
|
d1f5a6721c
|
feat(ios): optional tradeoff to fix input delay (#1268)
|
2023-05-23 16:54:34 +02:00 |
Lorenzo Pichilli
|
2da9db9769
|
fixed android InAppWebView and InAppBrowser dispose functions to correctly dispose resources
|
2023-05-20 13:03:03 +02:00 |
Lorenzo Pichilli
|
5a113f6e8a
|
Added InAppWebView keep alive feature, Added hasJavaScriptHandler, hasUserScript, hasWebMessageListener InAppWebViewController methods, HeadlessInAppWebView.webViewController could be null, Removed throwIfAlreadyOpened, throwIfNotOpened InAppBrowser methods, Removed throwIfAlreadyOpened, throwIfNotOpened ChromeSafariBrowser methods
|
2023-05-19 00:45:12 +02:00 |
Niraj Nandish
|
cabe5e99af
|
chore: update example
|
2023-05-18 13:33:00 +04:00 |
Niraj Nandish
|
c0ce84ed42
|
feat: decode assets url when loading them
|
2023-05-18 13:32:38 +04:00 |
Lorenzo Pichilli
|
b6725128a8
|
fix #1640, fix #1632, Fixed InAppBrowser.show() possible crash on macOS, Fixed missing windowTitlebarSeparatorStyle, windowAlphaValue, windowStyleMask, windowFrame macOS settings updates when using setSettings()
|
2023-05-16 20:06:53 +02:00 |
Lorenzo Pichilli
|
c1db0d1c17
|
Merge branch 'master' of github.com:pichillilorenzo/flutter_inappwebview
|
2023-05-16 10:49:30 +02:00 |
Lorenzo Pichilli
|
6159e4ad27
|
fix #1495
|
2023-05-16 10:49:26 +02:00 |
Lorenzo Pichilli
|
cae3d9ee63
|
Merge pull request #1651 from pichillilorenzo/all-contributors/add-guide-flutter
add guide-flutter as a contributor for code
|
2023-05-16 10:48:58 +02:00 |
allcontributors[bot]
|
9855a771cb
|
update .all-contributorsrc
|
2023-05-16 08:48:33 +00:00 |
allcontributors[bot]
|
0e3e5b2c8b
|
update README.md
|
2023-05-16 08:48:32 +00:00 |
Lorenzo Pichilli
|
201298a9f4
|
Merge pull request #1647 from pichillilorenzo/all-contributors/add-KhatibFX
add KhatibFX as a contributor for code
|
2023-05-16 02:54:48 +02:00 |
allcontributors[bot]
|
79fa614695
|
update .all-contributorsrc
|
2023-05-16 00:54:21 +00:00 |
allcontributors[bot]
|
d83da0a075
|
update README.md
|
2023-05-16 00:54:20 +00:00 |
Lorenzo Pichilli
|
2b293cdd78
|
Merge pull request #1618 from KhatibFX/bugfix/viewgroup_index_crash
InAppBrowser Bugfix/viewgroup index crash
|
2023-05-16 02:53:22 +02:00 |
Lorenzo Pichilli
|
814e1b22ea
|
Update InAppBrowserActivity.java
|
2023-05-16 02:50:46 +02:00 |
Lorenzo Pichilli
|
3833b5dd5e
|
Delete flutter_export_environment.sh
|
2023-05-16 02:50:05 +02:00 |
Lorenzo Pichilli
|
c2bf9d3efc
|
Merge pull request #1646 from pichillilorenzo/all-contributors/add-cslee
add cslee as a contributor for doc
|
2023-05-16 02:35:35 +02:00 |
allcontributors[bot]
|
d54654b567
|
update .all-contributorsrc
|
2023-05-16 00:35:15 +00:00 |
allcontributors[bot]
|
93897093be
|
update README.md
|
2023-05-16 00:35:14 +00:00 |