-
我觉得应该在open这个动作时,带上index参数
-
Hello, the plugin is excellent and my app do enjoy the convenience on all your hard effort.
This issue might be out of the scope, however I found that if I try to view the PhotoBrowser inside the pop…
-
* Framework7 version: 3.6.6 (and 4.0.1 seems have that bug also)
* Any platform
### Describe the bug
Memory leak happens when event bound with once() and then unbound with off(). Event handl…
slenz updated
5 years ago
-
No images are loaded when the index is 0.
`myPhotoBrowserPage.open(0);`
But
`myPhotoBrowserPage.open();`
works fine.
My temporary solution:
`if(index > 0 ){
myPhotoBrowserPage.ope…
-
hi, i found a weird issue just now right when i thought i was all done :-( anyway, easiest way to explain it is to show you a video of the situation. Do have any thoughts on why this would be ?
…
-
If there are no images then the doneButton does not appear.
I used a simple setup:
let photoBrowser = MediaBrowser(delegate: self)
photoBrowser.enableGrid = true
photoBrowser.startOnGrid = tru…
-
3.0.0版本运行提示20个错误:ZLPhotoConfiguration.h里提示Duplicate interface definition for class 'ZLPhotoConfiguration'和变量Property has a previous declaration
步骤:
1、下载3.0.0版本,终端里执行:carthage update --platform iOS…
-
When I deploy it into android device v4.4.2 application could not display and has an error response log like below.
Invalid CSS property value: unset !important
Invalid CSS property declaration a…
-
I tried in Android 4.4 and 8.0.
It works fine in 4.4 but not in 8.0. The PhotoBrowser object always null.
Maybe due to the java lib?
-
执行下面代码添加view,如view中添加scrollView、button等控件,操作时会发生手势冲突
```
[browser setupCoverViews:@[view] layoutBlock:^(GKPhotoBrowser *photoBrowser, CGRect superFrame) {
[self resetCoverFrame:superFrame index…