バグ番号 | BUG-000129375 |
送信済み | Mar 13, 2020 |
Modified | Jan 18, 2021 |
重要度 | Medium |
対象ビュー: | ArcGIS Online |
見つかったバージョン | 7.4 |
プログラム言語 | N/A |
サーバー プラットフォーム | N/A N/A |
クライアントのプラットフォーム | N/A N/A |
データベース | N/A |
ロケール | N/A |
ステータス | Implemented |
バージョンの修正内容 | 8.3 |
修正済みの SP | N/A |
不具合 BUG-000129375
概要
Creating a Web AppBuilder application using a Near Me widget which is embedded within ArcGIS Experience Builder returns the following error message, "Geolocation has been disabled in the document by Feature Policy."
参考情報
N/A
他の解決策
Use the code value to enter the Iframe code:
<iframe width="1200" height="700" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="your application URL" allow="geolocation">
</iframe>