whitelist not working ionic with crosswalk

后端 未结 2 883
野趣味
野趣味 2021-01-17 16:17

I created a working app using ionic. there was no problem with fetching data from my site and everything was good.

I then went to add crosswalk to it and now i get t

2条回答
  •  轮回少年
    2021-01-17 16:55

    I figured it out! The problem is that in the latest Cordova, they've split out the whitelist functionality into its own plugin.

    Simply run ionic plugin add https://github.com/apache/cordova-plugin-whitelist.git and you're good!

提交回复
热议问题