Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
2d07746
Add wrapper for androidx.webkit.WebSettingsCompat
mataku Jul 26, 2025
1a01f13
Add wrapper for androidx.webkit.WebViewFeature
mataku Jul 26, 2025
d098b47
Expose wrappers
mataku Jul 26, 2025
8fa5fe1
Add native unit tests for payment request feature
mataku Jul 26, 2025
381ae6f
Add sample menu for payment request
mataku Jul 26, 2025
5eee7b3
Prepare CHANGELOG
mataku Jul 26, 2025
d43bde1
Run auto-formatter
mataku Jul 26, 2025
a20f0fb
Simplify method description
mataku Jul 26, 2025
103e29f
Specify details with added methods
mataku Jul 26, 2025
8c73517
Fix RequiresFeature lint: setPaymentRequestEnabled should only be cal…
mataku Jul 26, 2025
5ed43ab
Fix format
mataku Jul 26, 2025
28f8889
Fix doc comments to correspond to the method
mataku Aug 1, 2025
3f68c0e
Remove sample for WebSettingsCompat and WebViewFeature.
mataku Aug 1, 2025
878fd38
Update generated files according to comment update
mataku Aug 1, 2025
b0388bc
Specify collect type
mataku Aug 2, 2025
5f7f689
Merge main into feature/expose-payment-request-enabled
mataku Aug 2, 2025
ddea6d4
Client should use setPaymentRequestEnabled if only WebViewFeatureProx…
mataku Aug 8, 2025
2b06e3d
Add Payment Request section for webview_flutter_android
mataku Aug 8, 2025
69c8a3e
Merge branch upstream/main into feature/expose-payment-request-enabled
mataku Aug 8, 2025
7337199
Fix tests according to SuppressLint
mataku Aug 8, 2025
47b6b6f
Address code-excerpt
mataku Aug 8, 2025
1cb2a20
Run update-excerpts
mataku Aug 8, 2025
5575248
Minor README wording changes
stuartmorgan-g Aug 14, 2025
8ab4499
Merge remote-tracking branch 'remotes/upstream/main' into feature/exp…
mataku Aug 15, 2025
74e8aa4
Create readme_excerpts.dart for snippets in README
mataku Aug 15, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Minor README wording changes
  • Loading branch information
stuartmorgan-g authored Aug 14, 2025
commit 5575248fa48fd9bf389a4fbc8f901ef2fc12f00c
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ import io.flutter.plugins.webviewflutter.WebViewFlutterAndroidExternalApi;

## Enable Payment Request in WebView

Payment Request feature can be enabled by `AndroidWebViewController.setPaymentRequestEnabled` after checking `AndroidWebViewController.isWebViewFeatureSupported`.
The Payment Request API can be enabled by calling `AndroidWebViewController.setPaymentRequestEnabled` after
checking `AndroidWebViewController.isWebViewFeatureSupported`.

<?code-excerpt "example/lib/main.dart (payment_request_example)"?>
```dart
Expand Down