[Gear S] internet access

[Gear S] internet access

BY 22 Sep 2014 Web Application Development

Tell me, please, why the application (on Gear) does not respond to requests? 

$ .get (‘https://google.com’, {}, function (data) {
console.log (data); 
}); 

nothing happens. 

in tizen mobile app I added the following lines in the config 
<access origin = “*” subdomains = “true”> </ access> 
<tizen: allow-navigation> * </ tizen: allow-navigation> 
  
and began to work 

Written by