Forum Discussion
dhavalu
10 years agoFrequent Visitor
Hyperlink not clickable with custom visual.
Hello, I am working on creating custom visual which creats simple hyperlink using d3js. Some how when its clicked it dosent open the browser even though the link has proper href and target tags. I...
vincent_1234
10 years agoHelper I
It is because of sandboxed iframes are blocking this behavior
When clicking hyperlink:
Blocked opening url in a new window because the request was made in a sandboxed frame whose 'allow-popups' permission is not set.
When embedding in iframe:
Refused to display url in a frame because it set 'X-Frame-Options' to 'SAMEORIGIN'.