mirror of
https://github.com/koel/koel.git
synced 2026-04-25 08:46:00 +03:00
[GH-ISSUE #109] Responsive problem on smartphone 4.5inch #75
Labels
No labels
Authentication
Dependencies
Documentation
Feature Request
Flac
Help Wanted
Installation/Setup
Integration
Mobile
PR Welcome
Pending Release
Performance
Playlist
S3
Search
Sync
[Pri] Low
[Pri] Normal
[Status] Keep Open
[Status] Needs Author Reply
[Status] Needs Review
[Status] Stale
[Status] Will Implement
[Type] Blessed
[Type] Bug
[Type] Duplicate
[Type] Enhancement
[Type] Help Request
[Type] Question
[Type] Task
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/koel-koel#75
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @kevincaradant on GitHub (Dec 18, 2015).
Original GitHub issue: https://github.com/koel/koel/issues/109
Hi
When you have the IHM vertically without keypad it's good

If you open the keyboard it's weird , cf the picture :

The same when you are in landscape

@juliusvdijk commented on GitHub (Dec 18, 2015):
I have a suggestion to solve this, if the viewport does not get resized when opening a keyboard than there wouldn't be issue.
After some googling I found this SO, http://stackoverflow.com/questions/24768940/mobile-keyboard-resize-viewport
@phanan commented on GitHub (Dec 19, 2015):
No, preventing users from resizing is a bad idea.
@Dogfalo commented on GitHub (Dec 29, 2015):
Since this makes searching pretty hard, I think this would be a great fix to get in. It probably does not happen on iOS since on iOS the whole page is shifted up, rather than resized when the keyboard appears.
I think the best solution is removing the only portrait statement from the css media query or perhaps using a stricter max-width would allow landscape to work while maintaining responsiveness for the portrait layout.
@phanan commented on GitHub (Dec 29, 2015):
I'm so taking back my words. Still it's a bad idea to me, but in this case maybe it's more worth it than us trying to fix this issue...
@phanan commented on GitHub (Jan 4, 2016):
Will be fixed in the next release.