This repository was archived by the owner on Feb 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[webview_flutter] iOS now can open iframe links and target _blank links #2067
Closed
Closed
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
928045c
iOS webview_flutter. Iframes and _blank links
rodruiz b793c32
fix format FlutterWebView.m
rodruiz d814748
Update CHANGELOG.md
rodruiz 9e41af6
Update pubspec.yaml
rodruiz 9bf8d14
Merge branch 'master' into master
rodruiz 3a0c2c8
Merge branch 'master' into master
rodruiz 32632e0
Merge branch 'master' into master
rodruiz 606357e
Update CHANGELOG.md
rodruiz 42e5189
Update pubspec.yaml
rodruiz b85c584
Merge branch 'master' into master
rodruiz 19b1c04
Update webview_flutter CHANGELOG.md
rodruiz 90071a6
Merge branch 'master' into master
rodruiz 94a1dc8
Merge branch 'master' into master
rodruiz ec179c2
Merge branch 'master' into master
rodruiz 7a66aaa
Allow zoom
rodruiz File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| name: webview_flutter | ||
| description: A Flutter plugin that provides a WebView widget on Android and iOS. | ||
| version: 0.3.19+5 | ||
| version: 0.3.19+6 | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I wonder whether we should consider this a breaking change (as it will break any app relying on these links not being opened) |
||
| homepage: https://github.com/flutter/plugins/tree/master/packages/webview_flutter | ||
|
|
||
| environment: | ||
|
|
@@ -24,4 +24,4 @@ flutter: | |
| package: io.flutter.plugins.webviewflutter | ||
| pluginClass: WebViewFlutterPlugin | ||
| ios: | ||
| pluginClass: FLTWebViewFlutterPlugin | ||
| pluginClass: FLTWebViewFlutterPlugin | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this setting be controllable by the app developer? any I'd suggest splitting these 2 features to separate PRs