-
Author
Tagged: kleo, mobile, responsive
-
August 6, 2015 at 00:10 #71801tmh23Participant
Kleo scales responsive really nice however, when you click in a text input area… such as posting to the activy… the theme zooms in on the input area to type. When this happens it cuts off the layout so you then have to swipe sideways to get the the post or add image buttons. It makes the usability awkward.
Is there a way to keep the full design in view (not zooming to the input area) all the time? It is plenty visible to see what you are typing when the whole layout stays on the screen. (I’m viewing on an iPhone 6)
Thanks,
TroyAugust 6, 2015 at 16:27 #71968RaduModeratorHi,
Try this CSS
COPY CODE@media (max-width: 737px) { input { font-size:16px; } }
Some discussions about this.
http://stackoverflow.com/questions/2989263/disable-auto-zoom-in-input-text-tag-safari-on-iphone
https://jonassebastianohlsson.com/blog/2013/11/25/how-to-stop-zoom-in-on-input-focus-on-mobile-devices/Let me know if it works.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAugust 6, 2015 at 21:06 #72066tmh23ParticipantI see in the links you posted there is also a solution to turn off the zoom completely on mobile devices by adding a meta tag. Where is this meta tag put in?
Troy
August 6, 2015 at 22:43 #72080tmh23ParticipantI figured it out. This is a great way to cancel zoom site wide but still be able to minimize to switch between different browser windows on mobile. Simply paste the code in the header.php
http://davidwalsh.name/zoom-mobile-browsers#comments
Troy
August 7, 2015 at 11:59 #72125RaduModeratorHi,
I’m glad you have solved the issue.
I’ll mark as resolved the topic.
Regards
RAdu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘KLEO’ is closed to new topics and replies.