Mobile view and post reply
-
No markdown button on create thread.
And I can't view the writing area of reply post.
Thank you!
-
I'm using iOs 7. iPhone 4s. @julian
-
Ouch theres absolutely no space ...well except a few pixels at the top. Thats precious space right there. So on mobile the composer has to be fixed, with a top, bottom, left, right @ 0px. Fill the whole screen, and you'd prob. get more space from doing that. Yeah, it might cover up the header or what not, but better that than not being able to compose completely. I can't think of any other method unless someone has something else?
Make sure you've updated to the latest Vanilla theme too. Unless you're saying it happens on this site too? Otherwise, I have no problems using it on my phone here as it takes up the whole screen.
-
I had this problem too and put this in the custom css. It's kind of hacky but the users in my forum like it better this way:
@media (max-height: 500px) { .composer { position: static; min-height:9em; padding-top:1em; } .composer .write-preview-container { min-height: 5em; } body { margin-bottom:0!important; } }
-
Ok thank you guys. Anyway @EisFrei I'll try that one hoping that can fix the issue.
-
@EisFrei said:
I had this problem too and put this in the custom css. It's kind of hacky but the users in my forum like it better this way:
@media (max-height: 500px) { .composer { position: static; min-height:9em; padding-top:1em; } .composer .write-preview-container { min-height: 5em; } body { margin-bottom:0!important; } }
Static? Interesting.
-
-
Version mobile there are bug.
The most important is- And I can't view the writing area of reply post.
All device have this bug.
The keyboard cover writing area.