Would an WebGL package work in mobile? #7966
-
|
Hi, I am planning to build a desktop app using Tauri and one of the libraries that I will use is dependent on WebGL (Maplibre GL JS). And also I know that in Tauri 2.0 mobile development is targeted as well. Since I am mostly from a web development background, I am curious if the app I am developing would work on mobile. Because I know that native mobile apps use different GPU APIs. If Tauri 2.0 mobile support will behave as WebView, I believe it would work, but I am not sure. I positive that I am missing some points here, any ideas and extra information would be much appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
Generally webgl works on mobile (both android and ios), yes. It shouldn't require any special care on your site and work out of the box. |
Beta Was this translation helpful? Give feedback.
-
|
Hi @FabianLars |
Beta Was this translation helpful? Give feedback.
Generally webgl works on mobile (both android and ios), yes. It shouldn't require any special care on your site and work out of the box.