Friday, June 29, 2018

Re: Problem with post editor on mobile

you may be able to hack it?  I know, not a solution, but possibly a functional bandage...

perhaps using a js to 'focus' on the form while in mobile
[code]<script>
function setFocusToTextBox(){
    document.getElementById("mytext").focus();
}
</script>...

from Simple Machines Community Forum https://ift.tt/2tP3SJ3
via IFTTT

No comments:

Post a Comment