Best approaches to migrating to an application interface? #9343
Replies: 1 comment
-
Not quite sure what you mean with that. There is no native mobile API for deck.gl. If you wanted to do use deck.gl in a mobile app, you will likely have to run your deck.gl web app in something like an iOS WebView and whatever the counterpart is on Android. It is possible to communicate between the JS code in the WebView and the surrounding mobile application code, on iOS this would likely be Swift. There is a very old example of this in https://github.com/UnfoldedInc/ios-showcase/tree/master/UnfoldedShowcase/View. Unfortunately deck.gl maintainers won't be able to help you with this, but perhaps the community can be of assistance. |
Beta Was this translation helpful? Give feedback.
-
I have a web app built with react and deckgl that I would like to turn into a mobile app over the coming months.
Ideally, the transition should be smooth, but I know that is not how the world works. Are there any suggestions I should look at for the best way to preparing myself for the challenges of migrating this web-based solution into an application interface?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions