无法滚动页面
我为我的移动应用程序创建了一个简单的登录页面,如果可以显示我创建的“登录”按钮(纵向)。 但是当我水平运行移动模拟器时,如果无法显示所有我期望的内容,我可以滚动页面以查看按钮。 (目前,屏幕不能滚动)。
以下是我的脚本:
<div data-options="dxView : { name: 'home', title: 'Home' } ">
<div class="home-view dx-content-background" data-options="dxContent : { targetPlaceholder: 'content' }">
<div class="dx-field-label-custom">
<p style="margin:150px 10px; font-size:24px ; color: white; font-style: italic">
Welcome</p>
</div>
<br>
<br>
<div class="wrapper" style="margin:0px 0px;">
<div class="dx-textbox-custom" id="userName" data-bind="dxTextBox: { value: userNameSetting, mode: 'text', placeholder: 'Username' }"></div>
<div class="dx-textbox-custom" id="password" data-bind="dxTextBox: { value: passwordSetting, mode: 'password', maxLength: 10, placeholder: 'Type password' }"></div>
<div id="btnCustom" data-bind="dxButton: { text: 'Login', type: 'custom3', onClick: loginClick }">
</div>
</div>
</div>
</div>
链接地址: http://www.djcxy.com/p/31115.html
上一篇: Cannot scroll page
下一篇: datagrid angular2, cascading dropdowns with unique values