Skip to content

Commit

Permalink
Add WebView state restoration feature (#2666)
Browse files Browse the repository at this point in the history
  • Loading branch information
dus7 authored Jan 23, 2025
1 parent a4f61ef commit e7574b0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
7 changes: 7 additions & 0 deletions features/web-view-state-restoration.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"_meta": {
"description": "Persists interaction state for each open tab so it can be restored after app is relaunched"
},
"state": "disabled",
"exceptions": []
}
3 changes: 3 additions & 0 deletions overrides/ios-override.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"features": {
"webViewStateRestoration": {
"state": "enabled"
},
"adAttributionReporting": {
"state": "disabled",
"minSupportedVersion": "7.146.0",
Expand Down

0 comments on commit e7574b0

Please sign in to comment.