Page 1 of 1

html component - on page load complete event

Posted: Wed Nov 30, 2016 3:13 am
by M&M

hi,

Is there a way to know if a web page has completely been loaded in the html component? It is a jQuery mobile app.

I have used a html component, and set it url - say to something like https://www.google.com

Is there a way to know when the html component has finished loading the page into the html component? Thanks


html component - on page load complete event

Posted: Wed Nov 30, 2016 9:44 am
by Serhii Kulibaba

Hello,

Yes, it is possible to do. Please use a tag "iframe" for that: https://developer.mozilla.org/en/docs...


html component - on page load complete event

Posted: Wed Nov 30, 2016 11:32 am
by M&M

alrighty, thanks