-
使用ajax读取数据给$data赋值 页面渲染是异步的 会导致在ajax回调中进行的dom操作无法同步完成
我想应该有一个能够监听渲染完成的事件 然后在这个事件中进行这些dom操作
-
I've built an application for iOS which implements fastclick. But the app becomes buggy when there are multiple input fields displayed at the same time and the user taps on one of them. E.g: I've a re…
Salan updated
6 years ago
-
We're using iScroll for a particular component on our site and with the latest release we're seeing `IScroll is not defined(…)` when trying to call `new IScroll xxx` in our AMD component.
I see that …
-
#### 本地环境
- antd-mobile 版本:
- 操作系统及其版本:
- 浏览器及其版本:
#### 你做了什么?
```
{loading ? '加载中...' : '加载完毕'}
}
renderSectionHeader={(sectionData) => (
…
-
**What is the current behavior?**
**If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem via https://jsfiddle.net/dfarLdko/1/ or sim…
-
date.js:125 Uncaught TypeError: Cannot read property 'substr' of undefined
at HTMLInputElement.datestr (date.js:125)
at HTMLInputElement. (jquery-1.9.1.js:2237)
at Function.each (jquery…
-
**Type**: bug
**Platform**: all
I am using ion-scroll to zoom on an image but when I zoom on it it appears blurred (image resolution is good enough).
I suspect that the image does not get re-rend…
-
not currently on npm. we could improve the packaging exports and all but for starters, maybe bump the minor version and give it a unique name for npm like... "matchmedia-polyfill"?
-
**Type**: bug
**Platform**: ios 7 webview
I have a form with text-, date-inputs and some selectboxes.
1. click in a text input --> keyboard opens
2. click in another "non-keyboard" form-input like …
-
Hi, i'm trying to set `scrollbars: true` as default option in iScrollService and override it in a special case but i can't do it now. Is it normal behavior or options initialization in link function s…