Combine Tauri generated android code with my native android code #11444
Replies: 3 comments
-
Yeah, I want to do something similar but don't know how. I want to add android Canvas component as background under the WebView.
|
Beta Was this translation helpful? Give feedback.
-
I was interested in this to see if it would be possible to use the Android "Native Sign In" as mentioned here: |
Beta Was this translation helpful? Give feedback.
-
can probably be done using a custom Tauri plugin https://tauritutorials.com/blog/develop-a-tauri-plugin-for-android |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a chat android app that is completely built on only single activity with multiple fragments. So now can i add another ecommerce tauri generated android code to my native android chat app code?
Or is there a way i can import tauri generated android code main activity as a fragment in my native code?
Previously i had same issue with capacitorjs also, but was able to add capacitorjs generated android code main activity as a fragment to my native code. But i am unable to figure out same in tauri generated android code. Is it possible to use main activity of tauri generated android code as fragment to my native code main activity?
Beta Was this translation helpful? Give feedback.
All reactions