这个是有问题的,ios装了讯飞输入法。聚焦时候输入框没显示。
这个是没有出现键盘的额时候。下面有一个输入框,下面的整个是用absolut定位,(因为ios对fixed支持不是很好。)求大哥大姐给个建议?怎么把聚焦时候输入框显示出现
光阴似箭催人老,日月如移越少年。
` setTimeout(function(){ target.scrollIntoView(true); },100);`
My final solution is to control the scroll bar to move to the bottom.
When the input box gets focus, the entire page moves above the keyboard
Use translate
My final solution is to control the scroll bar to move to the bottom.
When the input box gets focus, the entire page moves above the keyboard
Use translate