Katya, i'm trying this tutorial without success, app loading forever and never open.
Katya, i'm trying this tutorial without success, app loading forever and never open.
Hi Helsen,
Please make sure you did everything correctly. If your app still doesn't work you can share it with a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a. I'll take a look.
Ok Katya, already send email with my project, I'm waiting help. Thanks
Hi Helsen,
Not sure we received it. Could you please add our email (a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a) on app Share tab and tell us its name?
Yes Katya, already shared, app name: photoswipe
We reproduced the problem both in your app and in our new app. Will be tested.
There seem to be some changes in PhotoSwipe library. I updated the tutorial.
Please replace your HTML-code with the following:precode<ul class="gallery">
<li>
<a href="http://www.photoswipe.com/latest/examples/images/full/001.jpg">
<img alt="Image 001" src="http://www.photoswipe.com/latest/examples/images/thumb/001.jpg" /></a>
</li>
</ul>
<ul class="gallery">
<li>
<a href="http://www.photoswipe.com/latest/examples/images/full/002.jpg">
<img alt="Image 002" src="http://www.photoswipe.com/latest/examples/images/thumb/002.jpg" /></a>
</li>
</ul>
<ul class="gallery">
<li>
<a href="http://www.photoswipe.com/latest/examples/images/full/003.jpg">
<img alt="Image 003" src="http://www.photoswipe.com/latest/examples/images/thumb/003.jpg" /></a>
</li>
</ul>
<ul class="gallery">
<li>
<a href="http://www.photoswipe.com/latest/examples/images/full/004.jpg">
<img alt="Image 004" src="http://www.photoswipe.com/latest/examples/images/thumb/004.jpg" /></a>
</li>
</ul>/code/pre
Works perfectly! Thank you so much Katya.