-
CityPicker 显示有点卡 ,显示出来感觉主线程都卡主了,要等个1s左右才能显示出来,大佬能否优化下。
-
When i tap to "Pick country" (for example) i call - countryPicker?.showDialog(supportFragmentManager)
Than i tap to "Pick city" (for example) i call:
cityPicker?.showDialog(supportFragmentManager)
…
-
$(...).citypicker is not a function
-
Disable router function because of no .page elements
报这个错,是什么原因啊?
-
**Do you want to request a *feature* or report a *bug* (建议还是bug) ?**
bug
**What is the current behavior? (现有状况)**
我使用两个citypicker,使用第一个citypicker的选择结果,去服务端查询获得第二个citypicker使用的数据,setState刷新页面。
点击第二…
-
如何使用ID而不是中文名进行初始赋值?
$citypicker2.citypicker({
province: '江苏省',
city: '常州市',
district: '溧阳市'
});
变成
$citypicker2.citypicker({
province: '320000',
city: '3204…
-
$citypicker3.citypicker({
province: '北京市',
city: '北京市',
district: '海淀区'
});
**以上这个就是可以的。**
$citypicker3.citypicker({
province: '110000',
city: '110100',
district: '…
-
CityPicker 第二次点击出现
java.lang.IllegalStateException: The specified child already has a parent. You must call removeView() on the child's parent first.
-
**Do you want to request a *feature* or report a *bug* (建议还是bug) ?**
建议
**What is the current behavior? (现有状况)**
CityPick组件onChange事件返回的是字符串值,但是selected属性却需要数组类型
**What is the expected behavior? (…
-
bug citypicker 在iOS11 发生滚动穿透问题。
在ios9下没有问题。