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