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...
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
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...
I see, okay it's available for support help now. And I've updated the code below
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://content.jwplatform.com/players/hv1ZE18y-9n4zmMv6.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://content.jwplatform.com/players/hv1ZE18y-9n4zmMv6.html" width="480" height="270" frameborder="0" scrolling="auto"></iframe>/code
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.
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.
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.
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
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.