Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在没有用户交互的情况下在 Tizen 应用程序中自动调度触摸事件。我使用dispatchevent()了方法,但它需要一个 HTML 元素来触发事件。
dispatchevent()
我也在generatetouch()Tizen 本机应用程序中使用了方法,但它需要平台级签名密钥,我无法获得。
generatetouch()
那么我如何在 Tizen IDE 中模拟触摸事件?
您可以在 Tizen IDE Emulator 中使用平台级权限。
检查下面的链接。
https://developer.tizen.org/dev-guide/2.2.1/org.tizen.gettingstarted/html/tizen_overview/platform_privileges.htm
:)