LoginSignup
1
2

More than 5 years have passed since last update.

ionicでlivereloadで真っ白になる問題

Posted at

ionicのios platform 4.0以上の場合起こるようです。

下記のふたつのプラグインを入れる

ionic plugin add https://github.com/apache/cordova-plugin-whitelist.git
ionic plugin add cordova-plugin-transport-security
ionic address

でlocalhostではない方のIPアドレスを選択

config.xmlに書き込む

<allow-navigation href="http://先ほど選択したIPアドレスを記入:8100/*"/>
ionic emulate ios -l -c

以上で動きました。

1
2
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
2