Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经建立了一个phonegap应用程序。默认情况下,当您单击输入字段时,页面会滚动(iPhone 键盘出现)。我的问题是有时插入符号跟不上,所以它放错了位置(在实际输入字段上方)。我对滚动部分没意见,但我希望插入符号的位置正确。有任何想法吗?
谢谢。
setTimeout(function(){ document.getElementById('newTitleInput').value = ' '; document.getElementById('newTitleInput').value = ''; }, 100);