このチュートリアルhttps://azure.microsoft.com/en-in/documentation/articles/power-bi-embedded-iframe/に従って、自分の cordova アプリにレポートを埋め込むために、power bi を埋め込もうとしてい ます。
アクセス トークンを生成し、PowerBI-Node SDK https://github.com/Microsoft/PowerBI-Nodeを使用してその他の詳細を取得します。
モバイルではなくブラウザーでアプリを実行すると、レポートは正常に機能します。私は得ています
Uncaught SecurityError: Blocked a frame with origin
"https://embedded.powerbi.com" from accessing a frame with origin
"file://". The frame requesting access has a protocol of "https",
the frame being accessed has a protocol of "file". Protocols must match
回避策はありますか。<access origin="*"/>.
設定ファイルにも追加しようとしました。