Mobile page, want to call mobile phone location and photo albums and other mobile phone functions, is there any simple solution to do this? Is there any other app like Alipay that calls these functions through the native mobile phone api? ...
when using antd-mobile, I found that the Modal mask flashes when the mask component fades in and out. later, when I used chrome s animation to view the animation, I found that the animation of the mask layer was executed twice, that is, the first whit...
const {injectBabelPlugin} = require ( react-app-rewired ); module.exports = function override (config, env) { config = injectBabelPlugin([ import , { libraryName: antd-mobile , style: css }], config); return config; }; I followed the steps ...
ant-mobile long list component, how do I click item to jump to the details page, and when the details page returns to the long list page, the long list page is not refreshed and is still in the same position as the last slide? Can you show me a demo? Ask...
for example, if you want to do a function similar to Baidu search, press the enter key to search data is returned by the background python, the basic function of association has been done now can not achieve enter key search, can only use the input con...
antd-design s long ListView list, what s the difference between a custom container and a body container? is the first and second example in the document: https: mobile.ant.design com......
what if react-router4 and antd-mobile are used together, and the top navigation and bottom navigation point to the same component? Put the component directly in the tag and it will be displayed repeatedly. Can react-router4 solve this problem? Top nav...
What is the difference between the Tabs tag page, sticky and basic usage of antd-mobile? There doesn t seem to be any difference from the outside. https: mobile.ant.design com... ...
here is an example of the form extracted from the antd-mobile document: import { List, InputItem, WhiteSpace } from antd-mobile ; import { createForm } from rc-form ; class BasicInputExample extends React.Component { handleClick = () => ...
the "basic " example and "error validation " example of the antd-mobile form, the code is as follows: https: mobile.ant.design com. 1, "basic " example import { List, InputItem, WhiteSpace } from antd-mobile ; import { createForm } from rc-f...
what if the top navigation and bottom navigation of ant-mobile are the same? put a < ArticleList > on the bottom menu. <TabBar> <TabBar.Item> <ArticleList > < TabBar.Item> < TabBar> there is al...
1. How to use the goToTab attribute in antd-mobile Tabs component Tabs.DefaultTabBar? 2, 3 ...
fixed the compatible code of click-through problem in ios fix touch to scroll background page on iOS https: github.com ant-design ant-design-mobile issues 307 https: github.com ant-design ant-design-mobile issues 163 const isIPhone = new Reg...
config.module.rules[2].oneOf.unshift( { test: .css$ , include: node_modules[ ]antd-mobile , use: [ require.resolve( style-loader ), { loader: require...
config.module.rules[2].oneOf.unshift( { test: .css$ , include: node_modules[ ]antd-mobile , use: [ require.resolve( style-loader ), { loader: require...
description: Click the button to assign a value to InputItem, the input component of antd-mobile. The method is this.props.form.setFieldsValue () , but the assignment is not successful and the value does not appear in the input box related codes &...
I would like to ask you, on the app encapsulated by iOS, the PullToRefresh will hold the page very high, and after the Modal pops up, it will keep falling, urgent, asking for help, online, etc. ...
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? ...
barStyle, is clearly set in the code, but it doesn t take effect at all when it is displayed ...
problem description The height of the antd-mobile carousel component is very small when initialized, and it will display normally only when you switch to the second picture. What should I do with it? the environmental background of the problems and ...