- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
I have an app created with Intel XDK for android and IOS that does not require any Internet connection, plus you have not update it because it is not necessary. For several days , the app will only open if the mobile is connected to a wireless network and only happens on Android devices, IOS does well .
Does anyone know what could be happening ?
Does anyone think so?
Applications built on Intel XDK (cordoba ) need a previous connection to their servers to run ?
Thank you.
コピーされたリンク
2 返答(返信)
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
A Cordova app does not require the network to operate.
However, Cordova apps do require the NETWORK permission on Android devices to operate. The NETWORK permission is necessary to implement the jump between the JavaScript environment and the native environment. Nothing goes out on the network, it is an internal virtual network connection.
