Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
Flutter Inappwebview
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
李增强
Flutter Inappwebview
Graph
b6b1e0e290f098c1d26236f20f0a29d748024861
Switch branch/tag
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
16
Mar
10
8
Feb
7
6
4
3
1
31
Jan
30
29
28
18
6
10
Dec
27
Oct
26
Sep
7
27
Aug
25
24
19
18
31
Jul
29
27
17
7
6
3
2
30
Jun
29
25
23
22
20
19
16
15
13
12
3
30
May
29
26
23
22
21
11
9
27
Mar
9
29
Jan
17
14
18
Dec
17
16
14
12
11
10
9
3
1
29
Nov
28
25
21
20
19
18
17
16
13
12
11
10
9
8
6
5
4
2
31
Oct
29
28
27
26
25
24
23
23
Sep
11
3
19
Aug
24
Jun
18
11
7
1
30
May
24
23
22
27
Apr
26
25
19
15
Mar
14
12
11
10
25
Jan
20
Dec
18
12
7
27
Nov
13
7
30
Oct
29
28
27
26
25
24
23
22
18
16
14
13
12
10
5
4
30
Sep
26
25
24
23
22
21
20
19
18
14
恢复
v4.0.0+6
v4.0.0+6
m
修复iosbug
修复弹出其他窗口崩溃问题
v4.0.0+5 v4.0.0+4
v4.0.0+5 v4.0.0+4
修复js调用权限弹出其他窗口崩溃问题
master
master
added ScreenshotConfiguration class and screenshotConfiguration optional argument to takeScreenshot WebView method
updated README.md
updated CHANGELOG.md, Added iosAnimated optional argument to zoomBy WebView method
Merge pull request #670 from pcqpcq/master
updated README.md
Added callAsyncJavaScript WebView method, fix #642, fix #614
fix(iOS): missing implementation of method zoomBy
Merge pull request #668 from ycv005/patch-1
removed unused imports InAppWebView.java
updated management of Content Worlds, updated evaluateJavascript API
fix example main.dart
added AndroidWebViewFeature, AndroidServiceWorkerController, AndroidServiceWorkerClient classes
Update README.md
Added mediaType, pageZoom, limitsNavigationsToAppBoundDomains iOS-specific webview options, Added handlesURLScheme iOS-specific webview method, Added ContentWorld class, minor bug fixes
fix #662
removed unneeded Java code obj.put(uuid, uuid) on Android
Updated README.md
Added addUserScript, addUserScripts, removeUserScript, removeUserScripts, removeAllUserScripts WebView methods, Added initialUserScripts WebView option, Added UserScript and UserScriptInjectionTime classes, updated README.md, fix some wrong iOS swift return value on method call handler, added InAppWebViewMethodHandler native class
removed code line in example
updated ios Cookie Manager, Added IOSCookieManager class and CookieManager.instance().ios.getAllCookies iOS-specific method, updated README.md
fixed iOS getCookies MyCookieManager, Added limited cookies support on iOS below 11.0 using JavaScript
Merge pull request #538 from DRSchlaubi/feature/android-11
Update README.md
Update README.md
Update chrome_safari_browser.dart
Merge branch 'master' into feature/android-11
Update ChromeSafariBrowserManager.java
updated CHANGELOG.md, fix #596
Merge pull request #620 from cbodin/fix/add-android-media-intents-on-wildcard-input-accept
Merge pull request #645 from omralcrt/fix-method-name
Merge pull request #567 from gunantosteven/master
Updated README.md
remove print(await controller.getOptions()); code line from the example
fix #654, updated README.md
fix #583