Forum Discussion
sparksy64
10 years agoRegular Visitor
Embed a Report into a UWP application WebView
Hi all, does anyone know if it is possible to embed a report into a webview within a UWP application. I can display a publically availble report but I wish to do so with the private ones using authen...
thomalm
10 years agoNew Member
I don't think this is currently possible as the WebView in UWP is using Microsoft Edge. I have gotten the JavaScript code to run in described here to run on every browser except Microsoft Edge when typing it into the console. I have implemented a code that is fairly similar to the code described here. The only line is the only thing currently not working in my application is this:
iframe.contentWindow.postMessage(message, "*");
Microsoft Edge is the only browser where the reports doesn't show up and the window is stuck loading.
tnolan
9 years agoFrequent Visitor
Did you ever get any farther on this? I am currently experiencing the same issue.