Issue in Cordova Android Embed charts

Hi All,

I have tried embedding the metabase chart in angular works fine in web app. But when I try same thing in hybrid cordova mobile app iframe ancestor blocked error is coming. Any work around for this?

Hi @Shashank
It's difficult to tell what the problem is, but almost for sure it's CORS problems.
It looks like a very old version of Chromium, so perhaps Cordova uses that, which is causing some problems that you'll need to fix by overriding headers in your reverse-proxy in front of Metabase.
https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS
https://stackoverflow.com/questions/44572387/failed-to-load-resource-neterr-blocked-by-response

Don't know Cordova, so try searching in some of their forums.

Frame ancestor blocked error not CORS