Software Archive
Read-only legacy content
17060 Discussions

android cordova app whitelist problem after update

Roman_M_1
Beginner
647 Views

Hello! After update to the last intel xdk version I have a problem with my app after building.

I'm trying to load google map like this

<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script>

And socket io from my server:

<script src="http://11.11.111.111:3001/socket.io/socket.io.js"></script>

When I add:

<access origin="*"/>

I have a black screen while loading my app

When I add:

<access origin="*" launch-external="yes"/>

App is starting but google map not loading

When I add:

<access origin="*"/>

<access origin="*" launch-external="yes"/>

I have a black screen too

When I deleting: <script src="http://11.11.111.111:3001/socket.io/socket.io.js"></script>

and add: <access origin="*"/>

everything is fine. How can i fix my problem?

0 Kudos
1 Reply
PaulF_IntelCorp
Employee
647 Views
0 Kudos
Reply