-
Notifications
You must be signed in to change notification settings - Fork 20
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
Fix fullscreen dialog for small devices #12
Comments
@emibcn I can fix this one too if you want? |
@ashish979 Its yours! |
Hi @emibcn I tried replicating the issue on firefox browser on an android device but could not successfully replicate it. Can you please help me with the device version and browser version so that I can check if the issue still exists? Also I have raise PR #31 as per your suggestion adding |
Hi @ashish979 , Note: You don't need to remove and recreate a PR: just push new commits to the branch you were working on and them will be visible in the PR while it is open.
About the fix you provided in #31 : |
I use DuckDuckGo browser app, which I thought it was a fork of Firefox, but now I see it might not be like that... |
Hi @emibcn And in the actual implementation: I can see these styles applied in my browser: Can't say what I am missing here. Please suggest. |
Sorry about the delay. In the current implementation (without your commit), same classes and CSS rules are applied: I think this is a problem that needs a hacky solution, probably better suited into MaterialUI libs (or even at DuckDcukGo!), which would need to detect the browser and apply hack solution on buggy browsers. I've just opened an issue there about this problem. |
I have been reported about a bug in some small devices, where the dialog' Close button falls out of the view. The user needs to scroll down a bit to see the button. Looks like it's when the app is viewed directly from browser, while it is showing the navigation bar.
Initial view (before scrolling):
Final view (after scrolling down):
Fle: https://github.com/emibcn/covid/blob/master/app/src/Widget/Actions.jsx#L53
Some extra info: https://stackoverflow.com/questions/37395561/how-to-hide-a-mobile-browsers-address-bar
Possible solution: https://chanind.github.io/javascript/2019/09/28/avoid-100vh-on-mobile-web.html
The text was updated successfully, but these errors were encountered: