Answered
block links in htmlLoader
Hi,
I am using a facebook login on a kiosk system. Some links on the login page are leading to popup windows - like subscription of a new facebook account. Is there a way to block those links directly in the htmlLoader?
I tried to do a onClick handler on the document but with no success.
html.window.document.onclick = clickHandler;
