Applying new src on load of screen
Sorry, it still doesn't work....
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/
Sorry, it still doesn't work....
Huhu, can you please help me?
Please check this solution: http://stackoverflow.com/questions/42...
Use document.getElementById(FrameID).contentDocument.location.reload(true);
(FrameID - id if your frame)
Hi i tried:
document.getElementById('impulsausgabeframe').contentDocument.location.reload(true);
and
document.getElementById('#impulsausgabeframe').contentDocument.location.reload(true);
both on onLoad - and onShow-event.
all of this did'nt work....
Hi,
i have the solution:
i killed some code where i was tryiing to build a handler at non-loading the iframe.
after deleting the code everything works fine.
Thank you.