web APP 开发在iPhone X 显示中是否要做代码兼容?
iPhone X 显示: 谷歌测试: 现在遇到个很奇怪的问题,开发了个web APP项目,用了谷歌浏览器,Android手机,iPhone 7 测试都没问题,但是用iPhone X …
ant-design-mobile 自定义主题 博安错
已经完成了一个 ant-design-mobile 的h5 项目,不涉及rn 自定义主题的时候,按照官方文档报错: [start ] [start ] Failed to compile.[start ] [sta…
ant design tabbar 的icon不显示
import mineIcon from '../assets/image/icon/mine.png' import mineDarkIcon from '../assets/image/icon/mine_dark.png' import orderListIcon fro…
如何在react-native中使用antd-mobile?
按照官网的教程 create-react-native-app的方法 尝试的开发了react-native这阶段是没问题的,远程调试也行得通不过不知如何引入antd-mobile我用了 ya…
react ant desogn mobile的List组件extra属性,如何增加链接?
阿里的antd-mobile List组件里的Item有个extra属性,只能放文字的,但是我的文字要求有链接,如下图,如何实现? class FormList extends Component {…
antd-mobile的Popover,ios上点击遮罩层不触发onVisibleChange事件
我是在TabBar上添加的点击显示气泡,在电脑和安卓手机上测,点气泡的遮罩都可以关闭气泡,但是ios上就不触发点击事件,是为什么呢代码:https://codepe…
Popover组件,ios上点击遮罩层不能关闭气泡,安卓上测可以
antd里的Popover组件,ios上点击遮罩层不能关闭气泡,目前安卓上测试可以,为了兼容ios难道只有手写气泡组件吗...多麻烦啊 const Item = Popover.Ite…
antd-mobile配置自定义主题出错,好像一直不能解析less文件
按照官方文档配置,报这个错: Failed to compile ./node_modules/antd-mobile/lib/button/style/index.less Module build failed: @import '../../s…
使用antd-mobile 字体大小问题
使用antd-mobile遇到字体变大的问题,设置如下 使用1.X版本之前没问题了,今天换了2.X版本,页面是没有问题,但是日期选择框里的内容整体缩小了 这个…
antd-mobile自定义主题报错
屏幕快照 2018-03-03 下午10.51.52 config,overrides.js const {injectBabelPlugin, getLoader} = require('react-app-rewired') const fileLoaderMa…
ant design mobile InputItem组件使用时的一个问题
最近在项目中使用了 antd-mobile 在使用 InputItem组件的时候遇到一个问题 就是当 type 是money后 凡是有路由跳转后回到页面或者是热更新 再点击组件…
修改ant mobile组件样式无效
import styles from './DetailPage.less' <List> <Item className={styles.itemTime} extra={this.state.deliveryTime}>发货时间</Item>…