Forum Discussion

hassanahmed's avatar
hassanahmed
Regular Visitor
8 years ago

How to embed report in windows 8.1 app using x-ms-webview tag?

Hi, 

 

I am working on windows 8.1 app. Windows 8.1 app doesn't support <iframe> tag and recommends <x-ms-webview> tag. So, I embedded report on a html page hosted on cloud and used that page in an app inside <x-ms-webview> tag. So this is fine but after embedded code i have registered some events like onloaded, dataselected which is not working in this scenario, although they are working fine if I used this html page in any other web application's <iframe> tag. But events are not working when I am using <x-ms-webview> tag. Please recommend me a right way to do this.