-
-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UI issue - Bottom menu is hidden on IOS Chrome browser. #46
Comments
And in what way is this specific to |
@deakjahn App dimensions are just the constants defined in a separate file, and tried without the loader overlay, still the result is same. |
Does Chrome here mean that what you're trying is not a Flutter iOS app but a web app that you happen to view on an iOS device? |
@deakjahn Right. Trying on the web app. |
I was afraid of that. :-) I don't have any Apple device and while I can test the example app running in the iOS simulator virtually, if need be, I really cannot go any farther than that. The package obviously doesn't do anything with the bottom menu of the page in itself, so this must be some incompatibility in the styles that should be debugged and tested directly in the browser. I don't even know whether you have the same dev tools in a mobile web browser that you have in the desktop versions, though... |
Issue: UI issue - Bottom menu is hidden on IOS Chrome browser. (Screenshot attached)
Platform - Iphone Chrome Browser.
Code:
Flutter Doctor Summary
Doctor summary (to see all details, run flutter doctor -v):
[!] Flutter (Channel stable, 3.16.0, on macOS 14.1.1 23B81 darwin-arm64, locale en-IN)
✗ Downloaded executables cannot execute on host.
See flutter/flutter#6207 for more information.
Flutter requires the Rosetta translation environment on ARM Macs. Try running:
sudo softwareupdate --install-rosetta --agree-to-license
[✓] Android toolchain - develop for Android devices (Android SDK version 33.0.2)
[!] Xcode - develop for iOS and macOS (Xcode 15.0.1)
✗ Unable to get list of installed Simulator runtimes.
[✓] Chrome - develop for the web
[✓] Android Studio (version 2022.3)
[✓] Android Studio (version 2022.2)
[✓] Connected device (2 available)
[✓] Network resources
! Doctor found issues in 2 categories.
The text was updated successfully, but these errors were encountered: