希望官方能提供监听导航返回键的监听功能,不让有一些需要填很多内容的页面,用户不小心点击返回,然后填的内容都没了
提供安卓返回键和ios的返回键的监听功能我的页面有一个弹出层,这个是用wxml做的,想让用户点击安卓返回键能把这个弹出层关闭,展示原来的页面。可是实际的效果却是用户点击返回键后直接返回到了上一个页面,能不能让我们监听用户点击返回键的事件,然后根据判断来实现是否执行返回操作。 ios的导航栏的返回键最好也提供这样的功能。因为我的弹出层覆盖不住顶部的导航栏。
2018-08-15我也是遇到同样的问题,官方啥时候解决啊
input type=number或者digits时 弹出的键盘会挡住输入框问题描述: 当界面有几个type为数字类型的input输入框平行摆放,且位置在页面靠近底部的位置(低于键盘弹起的高度)时,从第一个输入框直接切换至第二个输入框(键盘不收起),弹起的键盘会遮挡住输入框,type类型为text的input不会出现这个问题。 求解决方法。 界面如下图所示: [图片] wxml代码: <form bindsubmit='submitInfo'> <view class='list-template'> <view class='title'> <view>产品组合view> <view>层数view> <view>地上售价(元/㎡)view> <view>容积率view> view> <view class='list'> <view><input type='text' value='' placeholder='请输入' name = 'productName'>input>view> <view><input type='number' placeholder='请输入' name = 'floors'>input>view> <view><input type='number' placeholder='请输入' name='salingPrice'>input>view> <view><input type='number' placeholder='请输入' name='rate'>input>view> view> <view class='list-btn'> <button form-type='submit'>确定button> view> view> form> wxss代码: .list-template{ margin-top: 800rpx; } .list-template .title{ background-color: #e5e5e5; padding: 20rpx 0; } .list-template .title,.list-template .list{ overflow: hidden; } .list-template .title>view,.list-template .list>view{ float: left; width: 20%; text-align: center; font-size: 34rpx; line-height: 1; } .list-template>view>view:nth-child(3){ width: 40%; } .list-template .list{ padding: 20rpx 0; } .list-template .list>view:first-child{ line-height: 1.8; } .list-btn{ position: fixed; bottom: 0; width: 100%; } .list-btn>button{ margin-top: 50rpx; border: 0; outline: 0; background: #f60; color: #fff; border-radius: 0; font-size: 34rpx; }
2018-07-19我的也会,在 iPhone X 上, 1rpx 的 border ,有个边显示不出来
边框 border设置1rpx 在iPhoneX上面显示不完整边框 border设置1rpx 在iPhoneX上面显示不完整 [图片] .count input { width: 260rpx; height: 70rpx; line-height: 70rpx; font-size: 26rpx; border: solid 1rpx #dbdbdb; padding: 0rpx 25rpx; color: #626262; text-align: center; } 另外1rpx在iOS和android端显示的宽度不一致的问题什么时候能解决? 麻烦官方给个解决方案
2018-06-04我也遇到这个问题了
远程调试 received error code -50003点击进行远程调试的时候,一直返回该错误...无法正常远程调试,求解 [图片]
2018-06-01