Since the update my app is broken.. these are the issues. Also please note that the code is not wrong since it worked in Tizen 2.3.2 without any problems and the docs doenst list any changes for Tizen 3.0.
- filesystem.resolve() throws the message below. (Dont need to solve this for me since I dithced this function anyway, however, I guess filesystem.resolve could be useful for others)
TypeError: Cannot read property 'path' of undefined
- Cant access internet over bluetooth anymore
- Similar to https://developer.tizen.org/forums/web-application-development/websocket-trouble-after-tizen-3.0-update-on-gear-s3
- I am using new XMLHttpRequest() to make api calls.
- It works in 2.3.2, but not in 3.0 since the update
- The app connects to the users own servers which often uses https. This mean that many users have non trusted certificates. This gave a popup where the user clicked "trust this certificate" or something similar, and it worked both over wifi and bluetooth. This still worked when using wifi.
- xhr.onerror only give the response {isTrusted: true} no matter what url I try to call, even if I call some url that doenst exist. like "http://asdasd3sxc:123" This makes no sence
- navigator.vibrate doesnt work anymore
- The watch simple doesnt vibrate anymore and no error is thrown
- I havent investigated this feature anymore because it isnt my prio at the moment, internet access is my number 1 prio.
What has changed, and how can I solve this?
I wont develop a companion app, if this is your solution I must say that you are working against the developers, it doesnt make any sence. I read some other thread here in the Tizen forum (however it was Native) and there you suggested that every developer should create a companion app just to get internet access.. Please...dont tell me that that is the solution. If so, why? It worked fine in Tizen 2.3.2