-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Bug UI: Wider Screen 720p+ Touch/No Touch != Responsive? #58
Comments
This issue noticed after #54 |
Yes, layout for other than smartphone and destkop is currently have not been layouting properly. We can work on this later on the final re-layouting after all features completed. Our current priority is how can we make all components as independent as possible so when we do re-layouting it doesn't get affected (or affected at minimal) |
Yes I agree, I did mention the last responsiveness after bootstrap migration doesn't not fit on my iphone mini, and this re-layouting on OpenActivity.vue which is just for trial and error, so it doesn't affect the legacy TheActivity.vue |
That's good let use responsive for styling (pointer/touch will use as spesific case only). |
I notice something unusual, In chrome we can test the layout is using different view (Touch/No Touch) with different treat (responsive)
Touch (Mobile/Desktop) - Large Screen
No Touch (Mobile/Desktop) - Large Screen
Do we need to make it different with Touch? I don't think so.
I think for now it's better to stick with Screen instead (Responsive)
The text was updated successfully, but these errors were encountered: