键盘打开时的滚动屏幕Cordova Ionic

时间:2017-01-27 12:23:19

标签: javascript cordova plugins ionic-framework

我创建了一个具有编辑器的Cordova离子应用程序。我有一个index.html页面。我有一个editor.html页面。要导航到编辑器页面,我使用了:

window.open( 'editor.html')

我在editor.html的顶部添加了cordova.js。 我想在用户在编辑器上输入任何TEXT时滚动屏幕,因为它在我输入时隐藏了数据。我添加了键盘插件。我能做些什么才能做到这一点?

我在index.html中使用的

元标记:

       <meta charset="utf-8">
       <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
       <meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
       <meta http-equiv="X-UA-Compatible" content="chrome=1" />
       <meta name="apple-mobile-web-app-capable" content="yes" />

enter image description here

0 个答案:

没有答案