Languages

Menu
Sites
Language
Emulate touches and gestures on Gear S2
Hello. I have a Bluetooth device, which can control some interfaces. For example, it can be computer mouse or keyboard. I want to write my own client application in Gear S2/S3, which receives data from Bluetooth device and emulate touches and gestures, for example, scrolling a book in another application. Very recommended to use web tizen. The question is: Is it possible to emulate touches and other gestures out of my application?
Edited by: Dmitriy Karaush on 05 Sep, 2017

Responses

1 Replies
André Reus
hi Dmitriy Karaush, 

As far i know, there is no such api to emulate touch and gesture in web app. 

There is an api in native to emulate touch event as per this document

https://developer.tizen.org/dev-guide/2.4/org.tizen.ui.practices/html/native/efl/notification_window_n.htm#input_gen_touch

But problem is this is not for third party applications. It needs platform privilege as per this document

https://developer.tizen.org/development/api-references/native-application?redirect=https://developer.tizen.org/dev-guide/3.0.0/org.tizen.native.mobile.apireference/group__CAPI__EFL__UTIL__INPUT__MODULE.html#gad426c04375d2cffef40f97efd3799ac7

let me know if the information is helpful for you! 

Thanks