Page 2 of 2

Custom HTML Not Loading

Posted: Thu Apr 16, 2015 8:10 pm
by Illya Stepanov

No, I mean for posting the code here on forum. But it is better if you share your app with us - https://devcenter.appery.io/documenta...


Custom HTML Not Loading

Posted: Thu Apr 16, 2015 8:13 pm
by Alliant Content

I see, okay it's available for support help now. And I've updated the code below


Custom HTML Not Loading

Posted: Thu Apr 16, 2015 8:15 pm
by Alliant Content

Okay, now that I understand the code feature, here's the code that will stop working outside of the startscreen:

code<script type="text/javascript" src="http:&#47;&#47;content&#46;jwplatform&#46;com/players/hv1ZE18y-9n4zmMv6&#46;js"></script>/code

And here's the work that does work regardless of which page it is on but can't be used for our app purposes and needs:

code<iframe src="http:&#47;&#47;content&#46;jwplatform&#46;com/players/hv1ZE18y-9n4zmMv6&#46;html" width="480" height="270" frameborder="0" scrolling="auto"></iframe>/code


Custom HTML Not Loading

Posted: Thu Apr 16, 2015 9:24 pm
by Illya Stepanov

Looks like this script file that you're calling inside the HTML - /hv1ZE18y-9n4zmMv6.js - is meant to be run on one page and does not supports jQuery Mobile transitions to other pages.


Custom HTML Not Loading

Posted: Thu Apr 16, 2015 9:36 pm
by Alliant Content

Hey Illya,

Even when we delete the HTML file from the startscreen page, it will not boot up on the VIDEOS page. Even after deleting both pages and starting from scratch, we cannot get the HTML to load on a page that is not the first page the customer sees. So when the HTML is only on a single page it still will not work.


Custom HTML Not Loading

Posted: Thu Apr 16, 2015 9:42 pm
by Illya Stepanov

There is an appending mechanism in this script, if this is your file -- you will need to make correction in it to be able to use it with jQuery Mobile app.


Custom HTML Not Loading

Posted: Fri Apr 17, 2015 5:19 pm
by Alliant Content

Hey Illya,

Thanks for the help. We're talking to JWplayer to see if this is something that can be fixed on their end.

However, is this an issue only because we are testing it in a web browser? JWPlayer can't be loaded more than once per web page. Is there a chance that in the actual app itself, it will be perfectly fine to embed JWplayers in different app pages?

Thanks,
Chris M


Custom HTML Not Loading

Posted: Sat Apr 18, 2015 7:21 am
by Serhii Kulibaba

Is there a chance that in the actual app itself, it will be perfectly fine to embed JWplayers in different app pages?

If you don't use "Render all pages in one HTML file" setting, it should work.