Page 2 of 2

Photoswipe Image Gallery, getting error on page Load java script....

Posted: Tue Aug 13, 2013 5:44 pm
by Helsen

Katya, i'm trying this tutorial without success, app loading forever and never open.


Photoswipe Image Gallery, getting error on page Load java script....

Posted: Tue Aug 13, 2013 5:50 pm
by Kateryna Grynko

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.


Photoswipe Image Gallery, getting error on page Load java script....

Posted: Wed Aug 14, 2013 2:44 pm
by Helsen

Ok Katya, already send email with my project, I'm waiting help. Thanks


Photoswipe Image Gallery, getting error on page Load java script....

Posted: Wed Aug 14, 2013 2:49 pm
by Kateryna Grynko

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?


Photoswipe Image Gallery, getting error on page Load java script....

Posted: Wed Aug 14, 2013 3:00 pm
by Helsen

Yes Katya, already shared, app name: photoswipe


Photoswipe Image Gallery, getting error on page Load java script....

Posted: Wed Aug 14, 2013 4:10 pm
by Kateryna Grynko

We reproduced the problem both in your app and in our new app. Will be tested.


Photoswipe Image Gallery, getting error on page Load java script....

Posted: Wed Aug 14, 2013 4:26 pm
by Kateryna Grynko

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:&#47;&#47;www&#46;photoswipe&#46;com&#47;latest&#47;examples&#47;images&#47;full&#47;001&#46;jpg">
<img alt="Image 001" src="http:&#47;&#47;www&#46;photoswipe&#46;com&#47;latest&#47;examples&#47;images&#47;thumb&#47;001&#46;jpg" &#47;><&#47;a>
<&#47;li>
<&#47;ul>
<ul class="gallery">
<li>
<a href="http:&#47;&#47;www&#46;photoswipe&#46;com&#47;latest&#47;examples&#47;images&#47;full&#47;002&#46;jpg">
<img alt="Image 002" src="http:&#47;&#47;www&#46;photoswipe&#46;com&#47;latest&#47;examples&#47;images&#47;thumb&#47;002&#46;jpg" &#47;><&#47;a>
<&#47;li>
<&#47;ul>
<ul class="gallery">
<li>
<a href="http:&#47;&#47;www&#46;photoswipe&#46;com&#47;latest&#47;examples&#47;images&#47;full&#47;003&#46;jpg">
<img alt="Image 003" src="http:&#47;&#47;www&#46;photoswipe&#46;com&#47;latest&#47;examples&#47;images&#47;thumb&#47;003&#46;jpg" &#47;><&#47;a>
<&#47;li>
<&#47;ul>
<ul class="gallery">
<li>
<a href="http:&#47;&#47;www&#46;photoswipe&#46;com&#47;latest&#47;examples&#47;images&#47;full&#47;004&#46;jpg">
<img alt="Image 004" src="http:&#47;&#47;www&#46;photoswipe&#46;com&#47;latest&#47;examples&#47;images&#47;thumb&#47;004&#46;jpg" &#47;><&#47;a>
<&#47;li>
<&#47;ul>/code/pre


Photoswipe Image Gallery, getting error on page Load java script....

Posted: Wed Aug 14, 2013 5:19 pm
by Helsen

Works perfectly! Thank you so much Katya.