Possible to use LiveView for hybrid apps (like Turbolinks)?

Would it be possible to use LiveView to build hybrid apps in the same way Basecamp does it using Turbolinks?

There’s a video here on how they do it:

Github Library: https://github.com/turbolinks/turbolinks-ios

2 Likes

should be possible - one needs to look into what the api is for navigating the views etc. one caveat would be that the android version is currently deprecated…

so might be worth looking into doing the whole thing in cordova - or perhaps even wrap it in react-native and a suitable navigation library, and hook it all up…

cc: @chrismccord

So you basically wanna have a sister quote of the following quote?

@chris_mccord can write my JavaScript”

as

@chris_mccord can write my mobile apps”

@chrismccord Thank you for everything you did for the Elixir community!

2 Likes