Hi,
I'm new to Tizen and need to find a way to get access to all sensor, not just the few the following function delivers:
tizen.sensorservice.getAvailableSensors();
So since I looked into the API reference I found out that with Tizen 4.0 I can get the AccelerationSensor aswell as a few more which I need, but the problem now is that Tizen 4.0 is still not available for my Samsung Gear S3.
https://developer.tizen.org/development/api-references/web-application?redirect=https://developer.tizen.org/dev-guide/4.0.0/org.tizen.web.apireference/html/device_api/mobile/tizen/sensor.html#AccelerationSensor
So my question now is if there is a way to still get the Sensor data in Tizen 3.0 or if there is a way to include native functions into JS or the webapp or something else.
If there is no other way I have to do it as native app.
Best regards.