A sample project to reproduce following issues (all in iPhone 6 device)
- Create a new project with Web support
flutter build web --web-renderer canvaskit --release
- Deploy on hosting server
- Open website on iOS safari
- Tap on Add to Home Screen
- Open the app from the added shortcut in the home screen
- At this point canvas height is Okay.
- Rotate device to landscape and then portrait again
- canvas height is half the previous size and it never returns to the correct state again, even restarting the app does not change the height.
1159cb19-3ba0-4698-b586-b7cb5edd1ae8.mp4
- Create a new project with Web support
- Add a TextField and a Button to your main screen
flutter build web --web-renderer canvaskit --release
- Deploy on hosting server
- Open website on iOS safari
- Open TextField to type in and at the same time that focus is on TextField, tap on the other button.
- Button is not being pressed while the focus is on TextField