diff --git a/docs.json b/docs.json index 1d7d113c..a9cc6a3a 100644 --- a/docs.json +++ b/docs.json @@ -77,6 +77,10 @@ [ "The webOnlyWarmupEngine API is deprecated and will be removed in a future release", "/faq/webOnlyWarmupEngine-deprecated" + ], + [ + "Extra page shown when swiping back in Safari on iOS", + "/faq/extra-page-swiping-safari-ios" ] ] ], diff --git a/docs/faq/extra-page-swiping-safari-ios.mdx b/docs/faq/extra-page-swiping-safari-ios.mdx new file mode 100644 index 00000000..0dc8e959 --- /dev/null +++ b/docs/faq/extra-page-swiping-safari-ios.mdx @@ -0,0 +1,5 @@ +# Extra page shown when swiping back in Safari on iOS + +If you test the app with Safari on iOS, you're likely to encounter this GoRouter issue: + +- [Extra page shown when swiping back in Safari on iOS](https://github.com/flutter/flutter/issues/114324)