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.7k
[webview_flutter]Add zoom to android webview #3325
Merged
fluttergithubbot
merged 101 commits into
flutter:master
from
NickalasB:add_zoom_to_android_webview
Nov 5, 2021
Merged
Changes from 98 commits
Commits
Show all changes
101 commits
Select commit
Hold shift + click to select a range
c6c42eb
Adding zoom support and defaulting to wideViewPort(true)
NickalasB 4c7fdff
Correct webSettings enabling zoom
NickalasB 1b578a7
Setting wideViewPort to false
NickalasB b850adb
setLoadWithOverviewMode to true by default
NickalasB 5928ebc
Tweak WebSettings to try to get loadWithOverviewMode working
NickalasB fe4e189
Adding tests
NickalasB c85bd73
Cleaning up code:
NickalasB 8e7da7e
Updating documentation
NickalasB 636e99f
Updating version and CHANGELOG.md
NickalasB db99bbd
Merge branch 'master' into add_zoom_to_android_webview
NickalasB 05ba64f
Updating version and changelog after merging in master
NickalasB b079f08
Merge branch 'master' into add_zoom_to_android_webview
NickalasB e35a717
Merge branch 'master' into add_zoom_to_android_webview
NickalasB 242019d
Bumping version after merging in master
NickalasB b60dd1a
Adding back -nullsafety suffix to follow prerelease guidelines
NickalasB f236a61
Formatting comments
NickalasB 84fe69a
Merge branch 'master' into add_zoom_to_android_webview
NickalasB 550ea5f
Correcting version# after merging in master
NickalasB 2b4b03f
Updating project.pbxproj after running app on iOS
NickalasB 578321b
Merge branch 'master' into add_zoom_to_android_webview
NickalasB 63d7085
Fixing tests and analyze issues after merging in master
NickalasB cb4ab40
Merge branch 'master' into add_zoom_to_android_webview
NickalasB a2110c7
Merge branch 'master' into add_zoom_to_android_webview
NickalasB b45594c
Merge branch 'master' into add_zoom_to_android_webview
NickalasB df9a0a9
Merge branch 'master' into add_zoom_to_android_webview
NickalasB e29b045
Merge branch 'master' into add_zoom_to_android_webview
NickalasB 4d6da85
Updating to Flutter team naming conventions
NickalasB 673e896
More explicitly calling out params ignored on iOS
NickalasB 0094921
Added TODO per PR comment
NickalasB 9e82faf
Fixing accidentally renamed native Android methods
NickalasB 01760ef
Merge branch 'master' into add_zoom_to_android_webview
NickalasB a0e64b5
Merge branch 'master' into add_zoom_to_android_webview
NickalasB 2b15589
Updating plugin version to latest version with zoom enabled
NickalasB 3b29b45
Add some defense against null values
NickalasB fc41c1e
Merge branch 'master' into add_zoom_to_android_webview
NickalasB a5f2be6
Merge branch 'master' into add_zoom_to_android_webview
NickalasB 69a4b7d
Update changelog message formatting to conform to new NEXT rules
NickalasB 0e6d931
Adding my name to contributors file
NickalasB 40fca06
Incorporate disabling zoom on iOS
NickalasB bfcb892
Simplify API to only have one shared zoomEnabled param for Android an…
NickalasB d1bcd6f
Fixing java formatting issue
NickalasB 428fd91
Adding corresponding WebView builder default setters and updating tests
NickalasB d49b19c
Fixing formatting in iOS code
NickalasB d0efc47
Merge branch 'master' into add_zoom_to_android_webview
NickalasB 87da4bf
Addressing some lint/formatting issues
NickalasB 76931cb
Following format suggestions from CI format helper
NickalasB 0aeb887
More format fixes
NickalasB 5816db7
More format fixes
NickalasB d9593fb
Merge branch 'master' into add_zoom_to_android_webview
NickalasB 31a20db
Removing leftover test artifacts from original implementation
NickalasB 55d11dd
Merge branch 'master' into add_zoom_to_android_webview
NickalasB b40f51c
Formatting after merging in master
NickalasB 8dd870b
Merge branch 'master' into add_zoom_to_android_webview
NickalasB 31407b9
Adjustments after merging in federated architecture
NickalasB 243edbd
Update versions after federated plugin changes
NickalasB 8482c6e
Remove leftover file after Federated Plugin migration
NickalasB ae66c70
Merge branch 'master' into add_zoom_to_android_webview
NickalasB bdb07f7
Merge branch 'master' into add_zoom_to_android_webview
NickalasB d3f9295
Update to path-based dependency overrides per contribution guidelines
NickalasB 41563a9
Updating platform-specific WebView implementations
NickalasB 1cf973b
Correcting version numbers
NickalasB 84c91ff
Correcting version number per semver/PR feedback
NickalasB d157760
Updating versioning to better reflect semver standards
NickalasB 6388d77
Addressing PR feedback:
NickalasB 6c046eb
Formatting JS string to read better
NickalasB 505e912
Update naming to reflect enabling instead of setting
NickalasB 7b65cc6
Adding name to AUTHORS files
NickalasB bd0b7b2
Removing setters for params that should always have default values
NickalasB 8a6662d
Updating formatting
NickalasB 3cefa7a
One more small formatting change
NickalasB 439e13b
Removing duplicated string
NickalasB f13a0dd
Removing unneeded null checks for non-nullable bool
NickalasB 3fd5a64
Merge branch 'master' into add_zoom_to_android_webview
NickalasB 004312b
Updating some documentation/naming and removing unused java variables
NickalasB 5c72815
Updating android AUTHORS/CHANGELOG/pubspec.yaml
NickalasB 1172d73
Adding Java implementation for zoomEnabled
NickalasB d84d39f
Reverting changes to platform_interface made during follow-up platfor…
NickalasB 68283a0
Updating Android WebView with zoomEnabled param
NickalasB 3d5467c
Updating android pubspec version of platform_interface
NickalasB b0f92d6
Updating iOS pubspec/AUTHORS/CHANGELOG
NickalasB a342931
Adding iOS implementation for zoomEnabled
NickalasB b6b4c30
Updating iOS pubspec platform_interface version and WebView
NickalasB ef139b6
Removing extra line in Android pubspec.yaml
NickalasB 11720f3
Updating iOS Authors file
NickalasB d049ef6
Merge branch 'master' into add_zoom_to_android_webview
NickalasB 8b7bcb0
Merge branch 'master' into implement_zoomEnabled_for_ios_and_android
NickalasB 64db0db
Update platform_interface_version
NickalasB a5af43d
Merge branch 'implement_zoomEnabled_for_ios_and_android` into add_zoo…
NickalasB 74addca
Adding test coverage for iOS
NickalasB fda39c8
Merge branch 'implement_zoomEnabled_for_ios_and_android' into add_zoo…
NickalasB 5238f60
Updating formatting
NickalasB eab9765
Merge branch 'master' into add_zoom_to_android_webview
NickalasB 955440d
Addressing PR feedback.
NickalasB 7fd7879
Merge branch 'master' into add_zoom_to_android_webview
NickalasB 6552a1c
Merge branch 'master' into add_zoom_to_android_webview
NickalasB ee180b6
Updating pubspec after zoomEnabled flutter_android and flutter_wkwebv…
NickalasB 06e24d1
Fixing some formatting issues after some cherry picking from previous…
NickalasB 7a1662e
Formatting after merge and removing unneeded null check
NickalasB cc9f536
Addressing PR comments
NickalasB a1dbd36
Reverting change to wrong file
NickalasB e17df4c
Merge branch 'master' into add_zoom_to_android_webview
NickalasB 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -64,3 +64,5 @@ Aleksandr Yurkovskiy <[email protected]> | |
| Anton Borries <[email protected]> | ||
| Alex Li <[email protected]> | ||
| Rahul Raj <[email protected]> | ||
| Nick Bradshaw <[email protected]> | ||
| Antonino Di Natale <[email protected]> | ||
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.