LoginSignup
1
0

More than 5 years have passed since last update.

cordovaでhttpなcontent.srcをWebviewで表示

Last updated at Posted at 2017-07-18

忘れてたのでメモ

config.xmlのcontent.srcにホスティングしているコンテンツを設定した場合(http〜なurlを設定した場合)アプリとのWebViewじゃなくて別ブラウザでコンテンツを表示しやがる件

対処

config.xmlallow-navigationを指定する

    <allow-navigation href="*" />

hrefはセキュリティ考えて適宜調整要

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0