-
-
Notifications
You must be signed in to change notification settings - Fork 419
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
Memorize responsive seems broken on phones #106
Comments
Couldnt able to reproduce the issue, Can u elaborate it more or provide me the steps to reproduce it? |
My bad, it's the memorize activity. I'm updating the issue. You can see the quit button going out of the toolbar on this photo. https://www.facebook.com/photo.php?fbid=10154521813268510&set=pcb.10154521813863510&type=3&theater |
I'll Check it.... |
Can't reproduce the problem. @mikklfr Can you give the viewport dimensions of the browser on your phone? |
I've been able to reproduce using the Galaxy S5 viewport in Google Chrome debug. 640 x 360 |
Reduced the padding of .toolbar to accomadate the close button.
Better, popular phones are working now but I still have issues using |
Yes. Maybe a css media query for this range? 570px - 638px |
Some insight -
Probably some CSS for modern viewport breakpoints should be able to fix this. But the important point is that the issue has a much broader scope than only Memorize. I am currently working on this and some reviews will be great :) |
Here's few insights regarding Sugarizer responsive policy:
|
Many thanks for the insights @llaske , I missed the point that the Android and iOS Application are a better way for Sugarizer on mobile devices. This basically means that the disappearing stop button is not an issue for small viewports. So maybe the issue can be safely closed ? |
@utkarsh-raj it should not be closed if the issue concern the Android version and forbid Memorize to follow the minimal behavior: to be able to be launched and stopped. |
From what I could test, the Android version works fine for standard viewports and the minimal expected behaviour is satisfied. Any specific viewport resolution @llaske ? |
Sugarizer Core was thought to be responsive until 480x320 because it was the resolution of the Firefox OS Keon phone. But this resolution is not supported by all activities. Plus I don't think this resolution make sense today. So the minimum should probably be twice this resolution. |
All right I will get to work on this. A bit of research on my part is required. Thanks for the pointers @llaske :) |
The required file is identified already by @rajeevravindran .I have verified and implemented the required Media Queries. The PR now also fixes the responsiveness issues for all major viewports. |
Fixed in #282 |
Closed in dd3c58d |
The paint activity button seems to have troubles with small screen.
Some CSS should be able to fix it.
The text was updated successfully, but these errors were encountered: