-
Notifications
You must be signed in to change notification settings - Fork 3.6k
[webview_flutter] Add listener for content offset #3444
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
auto-submit
merged 37 commits into
flutter:main
from
TheVinhLuong:webview-scroll-listener
Feb 9, 2024
Merged
Changes from 8 commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
dd1196d
Recreating PR from flutter/plugins
TheVinhLuong d91b421
Merge branch 'master' into webview-scroll-listener
TheVinhLuong 2a9b827
[webview_android] Remove enableContentOffsetChangedListener
TheVinhLuong 07d30ef
Merge branch 'master' into webview-scroll-listener
TheVinhLuong 5a80183
Fixup based on code review
TheVinhLuong 1ea39bc
Merge branch 'main' into webview-scroll-listener
TheVinhLuong e6a5c55
Resolve conflict
TheVinhLuong 024e3a7
Fixup based on code review
TheVinhLuong af3358b
Merge branch 'main' into webview-scroll-listener
TheVinhLuong c7b5231
Make dart low-level code for offset changes listener mirror the Andro…
TheVinhLuong 44ca259
Add iOS implementation
TheVinhLuong 726d1a8
Merge branch 'main' into webview-scroll-listener
TheVinhLuong ac8eacc
Add iOS related unit test codes
TheVinhLuong 59fa39d
Merge branch 'main' into webview-scroll-listener
TheVinhLuong cfbdee9
Fix CI failing checks
TheVinhLuong f24f661
Merge branch 'main' into webview-scroll-listener
TheVinhLuong 562bd04
Apply changes based on review comments
TheVinhLuong 1b5e9d3
Merge branch 'main' into webview-scroll-listener
TheVinhLuong d256a35
Fix code based on code review
TheVinhLuong df20af9
Merge branch 'main' into webview-scroll-listener
TheVinhLuong 3c2a2ca
Merge branch 'main' into webview-scroll-listener
TheVinhLuong 0c6aac1
Merge branch 'main' of github.com:flutter/packages into webview-scrol…
bparrishMines ac9dcee
some improvements
bparrishMines 5dfa5b2
switch to doubles
bparrishMines 94eed4b
update webview_flutter
bparrishMines b0153f9
formatting
bparrishMines a37dc83
Merge branch 'main' of github.com:flutter/packages into webview-scrol…
bparrishMines 4348c1b
pubspec ordering and doc
bparrishMines 48aa520
Merge branch 'main' of github.com:flutter/packages into webview-scrol…
bparrishMines 02a4758
PR feedback
bparrishMines 1233235
Fix integration test
TheVinhLuong 2c39f56
Merge branch 'main' of github.com:flutter/packages into webview-scrol…
bparrishMines 79e6c2c
Merge branch 'main' into webview-scroll-listener
TheVinhLuong 0d8668b
Merge branch 'main' into webview-scroll-listener
TheVinhLuong a2400d2
Updates minimum supported SDK version to Flutter 3.16.6/Dart 3.2.3. U…
TheVinhLuong 7f8d4c6
Fixup based on code review
TheVinhLuong 3ea68d8
Merge branch 'main' into webview-scroll-listener
TheVinhLuong 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
4 changes: 4 additions & 0 deletions
4
packages/webview_flutter/webview_flutter_android/CHANGELOG.md
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
810 changes: 291 additions & 519 deletions
810
...roid/android/src/main/java/io/flutter/plugins/webviewflutter/GeneratedAndroidWebView.java
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
Oops, something went wrong.
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.