-
I am able to successfully implement this library(plugin) into my project and it is working great.
However I get a black blank screen before the images are actually rendered in Android. In iOS there i…
-
需求:9张图,按照九宫格方式排列。点击第N张图片,打开图片浏览器,并且展示对应的图片。
情况:用静态图片或者ajax获取动态图片,都会出现如下情况(在手机和微信开发工具)
1、图片浏览器在打开过程中自动关闭了,除了第一次点击某图片,没有其他任何操作
2、图片没有对应,比如点击了第三张图片,图片浏览器展示还是从第一张,应该是第三张,调试open(index)中index确实传了3.
这两…
-
Hi,
How can I use mvvm design pattern (like prism.forms)?
Thanks.
-
-
Do you have any plans to implement local images support?
-
- 运行环境:Chorme 57
- 重现步骤: 在调用$.showLoading() 方法后,短时间内再调用$.hideLoading()方法.就会出现DOM残留.
- 期望结果,实际结果(最好有截图)
- 如果有报错,请给出报错信息
![image](https://cloud.githubusercontent.com/assets/20410779/24086577/ee712e5…
-
判断出的index是正确的,也就是下面的小圆点位置正确,只是显示的图片总是第一张;
关闭再点击就正确了。
0.8.1版本
```
var pb1 = $.photoBrowser({
items: [
"http://7xkzu5.com1.z0.glb.clouddn.com/wxm201606191752410a7b8.jpg",
"http://7xkzu5.co…
-
# 提issue前请注意
- 请先debug代码确认不是自己的问题。如果你不会debug代码,请到QQ群提问。
- 请先搜索确认没有其他人提过类似的issue
在确认不是自己代码问题以及没有类似的issue之后,请按照如下模板填写:
- 错误代码:
var pb1 = $.photoBrowser({
items: imgList
},
- 运行环境:系统版本,微信版…
-
Is possible to customize the bottom toolbar with custom elements?
-
I just wanted to confirm my understanding of the repo prior to a few decisions: when allowing a user to select images, must we run through the entire set of displayed assets checking isPhotoSelectedAt…