Replies: 1 comment 3 replies
-
The only way i see is to include the sdk in the android studio project attached to your tauri app, or a seperate tauri plugin (i would typically recommend the latter). https://beta.tauri.app/guides/plugins/develop-mobile/ |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi 👋
I am trying to use tauri v2 to create a multiplatform drawing application using webgl, i wonder if eventually i could access the Samsung pen sdk to be able to interact with the spen button (for erasing, selecting.. Etc) or if at the contrary I would have to develop a native android module that somehow sends the spen events to the tauri app.
Thanks so much already for your answers. ✏
Beta Was this translation helpful? Give feedback.
All reactions