Hacker News new | ask | show | jobs
by Mizza 1513 days ago
I'm a strong believer in web-apps-as-mobile-apps (at least for my current use case), but I'm curious what the best way to package a WebView into a mobile app is these days.

This article recommends Capacitor, but although they say "drop Capacitor into any existing web app" - they actually mean any JavaScript application. I have an Elixir app, I just want to put it in a WebView and cut iOS/Android versions. What's the best way to do this in 2022? I've stumbled upon "Jasonette", but have no idea if it's the right way to do things these days.

Does anybody have any recommendations they could share?

1 comments

You mean Phoenix LiveView by an Elixir app? There is a thread on elixirforum[0]

[0]https://elixirforum.com/t/what-is-the-best-easiest-way-to-co...