我写一个应用程序与 cordova ,并希望genarate ipa文件从iOS平台.当我在iOS模拟器中运行我的应用程序时,一切都运行得很好。但是,当我生成一个ad-hoc并将其安装在我的iPhone上时,图像将无法加载。图像在应用程序数据中,其URL以file://开头
以下是我的插件:
- cordova-plugin-dialogs
- cordova-plugin-file
- cordova-plugin-file-transfer
- cordova-plugin-network-information
- cordova-plugin-screen-orientation
- cordova -插件-状态栏
- cordova-plugin-whitelist
- cordova-plugin-wkwebview-engine
- cordova-plugin-wkwebview-file-xhr
和我的xml.xml文件:
https://i.stack.imgur.com/h0FPN.jpg
1条答案
按热度按时间mrphzbgm1#
这是一个很大的bug,对于
cordova-ios
,我们仍然需要依赖过时的@globules-io/cordova-plugin-ios-xhr
来让本地资源(图像,spritesheets,音频)工作。