Languages

Menu
Sites
Language
Issue for run web application

Hi,

When I run the sample web application in device and encounter issue below,

Could you please help me how to solve it.

Thanks.

Responses

3 Replies
Marco Buettner

Check your config ... did you allow 10.216.17.8 as Network Access on the config.xml?

Seoghyun Kang

Hello,

You need to define network resource permissions at the config.xml.

 

<access origin="http://10.216.17.8" subdomains="true"/>

or

<access origin="*" subdomains="true"/>

 

 

Then please add the following code at the config.xml.

<tizen:privilege name="http://tizen.org/privilege/internet"/>

 

Jean Yang

Hi,

Thanks for your kindly help. And I found the solution for it.

Open the “Run Configurations” and check the “Enable live editing”. Remove the check item. The application run success.