franky 发表于 2016-2-11 18:32:42

ionic android 模拟器下正常,真机不行

在android 模拟器中可以正常访问接口拿到数据,而真机却不行,已增加cordova-plugin-whitelist
按官方的http://docs.ionic.io/docs/cordova-whitelist,进行了添加修改
ionic plugin add https://github.com/apache/cordova-plugin-whitelist.git
<allow-navigation href="*" />
但真机仍然不能访问到接口

franky 发表于 2016-2-11 21:17:49

已查找到问题,不是cordova-plugin-whitelist的问题
页: [1]
查看完整版本: ionic android 模拟器下正常,真机不行