Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

Custom HTML Not Loading

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...

Alliant Content
Posts: 0
Joined: Thu Apr 16, 2015 5:29 pm

Custom HTML Not Loading

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

Alliant Content
Posts: 0
Joined: Thu Apr 16, 2015 5:29 pm

Custom HTML Not Loading

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

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

Custom HTML Not Loading

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.

Alliant Content
Posts: 0
Joined: Thu Apr 16, 2015 5:29 pm

Custom HTML Not Loading

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.

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

Custom HTML Not Loading

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.

Alliant Content
Posts: 0
Joined: Thu Apr 16, 2015 5:29 pm

Custom HTML Not Loading

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

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Custom HTML Not Loading

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.

Return to “Issues”