I'm trying to build my first android application using Cocoon or PhoneGap. When I test all the links in the browser, external resources (pictures, multimedia, requests to the database, WebSocket) - everything works, but after building in apk no external resources are loaded, despite the fact that when you install the application in the phone (Lenovo A800) The application is requesting permission to access the Internet. I tried to include different plugins from Cordova - it did not help, I tried to change webview on Cocoon webview + or canvas + - it does not help. For simplicity, I made the simplest project - a page with two images, one of which is on the Internet:
http://coockoo.ru/!test/blank/ Apk: http://coockoo.ru/!test/blankapk.zip
Both images are displayed in the browser, and only one is displayed on the device.