- Add a
<Prompt message="something" when={true} /> to a page in inferno-router-demo and run it
- Access the demo using Safari from a device running iOS (tested with several versions, including 26.5)
- Navigate to the appropriate page using the links
- Navigate from the appropriate page using the links
- Observe the prompt, accept it
- Navigate to the page again
- Attempt to navigate away from the page using the back button in the browser
Expected:
Prompt
If no prompt, navigation is not blocked
Actual:
No prompt, navigation is blocked
<Prompt message="something" when={true} />to a page in inferno-router-demo and run itExpected:
Prompt
If no prompt, navigation is not blocked
Actual:
No prompt, navigation is blocked