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>
[Gear S] internet access
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
BY
16 Apr 2025
Tizen Studio
BY
04 Nov 2024
Tizen Studio
BY
02 Apr 2024
Tizen Studio