Closed DennisStudent closed 6 years ago
No images are loaded when the index is 0.
myPhotoBrowserPage.open(0);
But myPhotoBrowserPage.open(); works fine.
myPhotoBrowserPage.open();
My temporary solution: if(index > 0 ){ myPhotoBrowserPage.open(index); } else { myPhotoBrowserPage.open(); }
if(index > 0 ){ myPhotoBrowserPage.open(index); } else { myPhotoBrowserPage.open(); }
The temporary solution does not work if you clicked index > 0 before.
Use Version 3.4.2
Can't see such issue. Would be good to see JSFiddle or example with the issue
http://jsfiddle.net/9q623bgm/1/
Passed index must be a number http://jsfiddle.net/hqgwy9jt/
No images are loaded when the index is 0.
myPhotoBrowserPage.open(0);
But
myPhotoBrowserPage.open();
works fine.My temporary solution:
if(index > 0 ){ myPhotoBrowserPage.open(index); } else { myPhotoBrowserPage.open(); }
The temporary solution does not work if you clicked index > 0 before.
Use Version 3.4.2