darshankawar
darshankawar
Can you try with `flutter build web --wasm --web-renderer=skwasm` and check if it helps ?
Thanks for the update. Keeping the issue open for team's tracking on reported behavior.
I was able to replicate the reported behavior. While doing so, also received below error in the console which seem to be similar to https://github.com/flutter/flutter/issues/123369 that was fixed. console error...
I was able to replicate this using latest stable and master versions. In above image, unable to focus / select on `February 2024` dropdown. stable, master flutter doctor -v ```...
> uses the translation plug-in of the browser @xiaolongwuhpu Can you provide how to access this plug-in of the browser ? Also, can you verify the same behavior using non-flutter...
Thanks for the detailed update. I was able to replicate this using the info provided above. stable, master flutter doctor -v ``` [!] Flutter (Channel stable, 3.10.6, on macOS 12.2.1...
@21pages Can you upgrade to latest stable and re-run your scenario to check if the behavior still persist or not ?
@21pages According to [this](https://github.com/flutter/flutter/issues/37597) issue, webview is not yet supported for windows platform. Please check if without webview's implementation, do you still get same behavior or not.
@21pages Please provide us updated reproducible code sample. From the git repo you shared, I see that you are using external dependencies such as `webview_windows` and `windows_manager`. Does the same...
@Samaritan123 Thanks for the report. I didn't completely understand what should be the expected behavior. Upon trying your first code sample from issue description, if we comment out `page_three` MaterialPageRoute...