1

我在 phonegap 移动应用程序中使用 jquery mobile ui 和 jquery mobile iscrollview 来滚动视图和 pull(scroll) 来获取请求。现在在表单元素页面中面临问题。单击提交按钮时,我有超过 15 个输入框的页面我需要验证表单如果任何输入失败需要关注该输入框。我尝试正常

document.getElmentById('inputfieldId').focus(); - 聚焦但不可见,即不滚动

$('#inputfieldId').focus(); - 聚焦但不可见,即不滚动

$("#pageId").iscrollview("scrollToElement", this, 0); 有错误

Uncaught Error: cannot call methods on iscrollview prior to initialization; attempted to call method 'scrollToElement'

我包含了相关的 js 和 css 文件,我在滚动内容 div 中提到了 data-iscroll=""

请建议我如何在输入框焦点上启用滚动

4

0 回答 0