起步软件技术论坛
搜索
 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 1006|回复: 5

[处理中6] 页面会闪动一下,咋回事

[复制链接]

55

主题

257

帖子

519

积分

高级会员

Rank: 4

积分
519
QQ
发表于 2016-3-29 15:46:04 | 显示全部楼层 |阅读模式
我的一个简单content页面,里面直接放row,row里是x-col,x-col里面是一个输入框,点击输入框的时候,页面会跳动一下。不知道为啥。有谁了解情况吗
发表于 2016-3-29 17:11:49 | 显示全部楼层
浏览器运行也会这样吗??
如果能稳定重现,建议把资源发来,本地看看!
qq:1912779713
WeX5教程--WeX5下载
回复 支持 反对

使用道具 举报

55

主题

257

帖子

519

积分

高级会员

Rank: 4

积分
519
QQ
 楼主| 发表于 2016-3-29 18:10:50 | 显示全部楼层
<?xml version="1.0" encoding="utf-8"?>
<div xmlns="http://www.w3.org/1999/xhtml" component="$UI/system/components/justep/window/window" design="device:m;" xid="window" class="window">  
  <div component="$UI/system/components/justep/model/model" xid="model" style="height:auto;left:128px;top:349px;">
  </div>  
  <div component="$UI/system/components/justep/panel/panel"
    class="x-panel x-full" xid="panel1">
      <div class="x-panel-top" xid="top1">
        <div component="$UI/system/components/justep/titleBar/titleBar" title="注册"
          class="x-titlebar" style="background-color:#fbf4e2;color:#926122;">
          <div class="x-titlebar-left">
            <a component="$UI/system/components/justep/button/button"
              label="" class="btn btn-link btn-only-icon" icon="icon-chevron-left"
              onClick="{operation:'window.close'}" xid="backBtn">
              <i class="icon-chevron-left"/>  
              <span></span>
            </a>
          </div>  
          <div class="x-titlebar-title">注册</div>  
          <div class="x-titlebar-right reverse">
          </div>
        </div>
      </div>  
    <div class="x-panel-content" xid="content1"><div component="$UI/system/components/justep/labelEdit/labelEdit" class="x-label-edit x-label30" xid="labelInput1" style="padding-left:10px;">
   <label class="x-label" xid="label1" style="width:15%;">手机号</label>
   <input component="$UI/system/components/justep/input/input" class="form-control x-edit" xid="input1" style="border-right-style:none;border-top-style:none;border-left-style:none;" placeHolder="请输入11位国内手机号码"></input></div><div component="$UI/system/components/justep/labelEdit/labelEdit" class="x-label-edit x-label30" xid="labelInput2" style="width:auto;padding-left:10px;">
   <label class="x-label" xid="label2" style="width:auto;">验证码</label>
   <input component="$UI/system/components/justep/input/input" class="form-control x-edit" xid="input2" style="border-right-style:none;border-top-style:none;border-left-style:none;" placeHolder="请填写验证码"></input><a component="$UI/system/components/justep/button/button" class="btn x-gray" label="获取验证码" xid="verify" style="background-color:#cb9e63" bind-click="verifyClick">
   <i xid="i1"></i>
   <span xid="span1">获取验证码</span></a></div><div component="$UI/system/components/justep/labelEdit/labelEdit" class="x-label-edit x-label30" xid="labelPassword1" style="padding-left:10px;">
   <label class="x-label" xid="label3" style="width:15%;">密  码</label>
   <input component="$UI/system/components/justep/input/password" class="form-control x-edit" xid="password1" placeHolder="6~20位" style="border-right-style:none;border-top-style:none;border-left-style:none;"></input></div>
  
  </div>
  <a component="$UI/system/components/justep/button/button" label="注册" xid="register" style="border:none;border-radius:0px;width:100%;background-color:#cb9e63;position:fixed;bottom:0px;height:50px;padding:0px 0px 0px 0px;" bind-click="registerClick" class="btn x-gray">
   <i xid="i2" style="height:100%;width:100%;"></i>
   <span xid="span2" style="border:none;font-size:17px;line-height:50px;height:50px;">注册</span></a></div>
</div>

点击页面的输入框就会看到跳动
回复 支持 反对

使用道具 举报

发表于 2016-3-29 18:38:32 | 显示全部楼层
哪儿有啊
代码中
既没有见到 row  也没看见 x-col

也没跳动的问题!!不过你的input 有个边框变色的样式吧!
qq:1912779713
WeX5教程--WeX5下载
回复 支持 反对

使用道具 举报

55

主题

257

帖子

519

积分

高级会员

Rank: 4

积分
519
QQ
 楼主| 发表于 2016-3-29 19:33:33 | 显示全部楼层
liangyongfei 发表于 2016-3-29 18:38
哪儿有啊
代码中
既没有见到 row  也没看见 x-col

这个页面代码比较少,我就给你发了过去。这个页面也是会闪动一下的。就是输入法弹出或消退的时候,你会明显的看到,标题栏动了一下。我看了一下外卖的案例。案例是没有这种情况的
回复 支持 反对

使用道具 举报

发表于 2016-3-30 09:46:02 | 显示全部楼层
张明君 发表于 2016-3-29 19:33
这个页面代码比较少,我就给你发了过去。这个页面也是会闪动一下的。就是输入法弹出或消退的时候,你会明 ...

本地测试没问题!!
请问你的WeX5 版本是多少???如果不是最新的建议换成最新版本试试!
另外,安卓手机注意!4.4以下版本要打包增强型浏览器!4.4及以上版本则不要打包增强型浏览器!
qq:1912779713
WeX5教程--WeX5下载
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

小黑屋|手机版|X3技术论坛|Justep Inc.    

GMT+8, 2024-5-3 19:01 , Processed in 0.101040 second(s), 23 queries .

Powered by Discuz! X3.4

© 2001-2013 Comsenz Inc.

快速回复 返回顶部 返回列表