-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Closed
Description
This is a tracking issue for our work toward making mobile available. The following is a citation from @tensor-programming
in the wg-tech discussion we had a few days ago:
Well much of it is just down to connecting the existing tauri library to the native webview.
And the native webview can be access a number of ways.
Though it would likely be easier to keep that access consistent across the two mobile
platforms Thats why kotlin for instance was a choice that I was considering.
Its got the ability to access both iOS and android.
So a lot of it is just taking our existing interface and molding the android and iOS
webviews to it.
All those functions that set the title, push the javascript and html in, make a window etc.
And then I guess the final thing that you want to do is just make sure that you can
compile the Rust with the other code and load it onto a mobile device
Though all of that should be straight forward.
We could take our c++ bindings and expand them for android and iOS or we could make
a library using kotlin and/or java and swift
The rest of the stuff is just the same things that we are working on for tauri desktop
tonyrewin, FeezyHendrix, rajivshah3, zicklag, iamcco and 81 morejbolda, xelius, MaKleSoft, zicklag, iamcco and 35 moreschneiderfelipe, KRTirtho, gzigurella, saikatdas0790, DarrenBaldwin07 and 3 more
Metadata
Metadata
Assignees
Labels
No labels