question
Carousel is nested in the tabs in antd-mobile. When the Carousel is slid left and right on the mobile end, the tabs is not expected to switch. Is there any way to deal with it?
question
Carousel is nested in the tabs in antd-mobile. When the Carousel is slid left and right on the mobile end, the tabs is not expected to switch. Is there any way to deal with it?
tabNavswipeEnabled: false,
Previous: Why do the same Pattern,sub and findall find different results?
Next: The element on the left of the css is as high as the element on the right. How to center vertically?
Item in Ali s antd-mobile List component has an extra attribute, which can only be put in text, but my text requires a link, as shown in the following figure, how to achieve it? { this.props.list.map((item, index) => { ...
I want to use ListView with TabBar. the demo, on the official website shows that ListView cannot be loaded. after testing, it is found that it should be caused by the outermost , and the outermost is for tabbar to be placed at the front end of b...
the problem is shown in figure ...
try to develop react-native according to the tutorial create-react-native-app of the official website. Remote debugging is also feasible but I don t know how to introduce antd-mobile I used yarn eject to convert it to react-native project . then y...
import mineIcon from .. assets image icon mine.png ; import mineDarkIcon from .. assets image icon mine_dark.png ; import orderListIcon from .. assets image icon order_list.png ; import orderListDarkIcon from .. assets image icon order_lis...
An ant-design-mobile h5 project has been completed. If the rn custom theme is not involved, report an error according to the official document: [start] [start] Failed to compile. [start] [start]. src theme.less [start] Module build failed: [st...
iPhone X shows: : now I have a very strange problem. I have developed a web APP project, which uses Google browser, Android mobile phone and iPhone 7 test, but I can t get the data with iPhone X test. Does iPhone X need code compatibility? Please ...
followed by the previous question, if the introduction of React+antd, in an ordinary html page has been typed, the code below will work normally. <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <meta name=...
in the project of developing react+antd (antd-mobile) + webpack, you want to configure the style of antd (antd-mobile) to load on demand. To find two solutions on the Internet, both are configured in different places using the babel-plugin-import plug-i...
A project built by practical antd displays a white screen when it enters the page for the first time. Debugging sees an error: as shown in figure: "index.js:99 Uncaught (in promise) Error: Loading chunk 1 failed. " at HTMLScriptElement.onScriptCom...
react + antd-mobile + dva@2 how to solve the problem of page-cutting white screen? occupy the building first and add questions after work ...
antd-mobile stepper, + 2 with one click on the phone, and add only one with Wechat web developer tool. Here is the code ...
package.json antd-mobile, babel-plugin-import "dependencies": { "antd-mobile": "^2.1.11", "autoprefixer": "^8.6.2", "axios": "^0.18.0", "babel-core": "^...
sliding the Carousel component of antd has no effect, it can be slid on its official website, but it is not good for copy to come and put it on its own project! ...
the default root route for packaging is " " , how to change the packaged root route to " test " other routes should also be based on test url to display ....
Dva build the first type: ... import styles from . index.css ; function Index(){ return( <div className={style.index}><div> ) } export default Index; second type: ... import . index.css ; function Index(){ return( &...
1, I used an imagepicker component to customize the method of selecting pictures, which is to pop up a selection box, you can choose to take pictures or go to the album to select pictures, how can I define this onPress method to access the album, thank ...
<Form.Item label={fieldLabels.createTime}> <RangePicker ref="myTextInput" showTime={{format...
import React from react ; class Demo extends React.Component{ constructor(props){ super(props) this.state{ initData: } } render(){ return( <div>{ this.state.initData }<div> ) } } function...
problem description I have a function of drop-down refresh and pull-up load more. Now it s okay to use the two functions alone, but when my list is scanned a certain height, I want to drop down and see what I crossed before, which triggers a drop-dow...