The question is not really “what can you use?”, but what have you actually used and what’s your experience with that method or tool (Cordova, Ionic, etc)?

  • @Buddhist1961OP
    link
    English
    21 year ago

    Whoa, that was really comprehensive, thanks a lot for your help. I have a couple of PWAs already done and I was looking to get them to the store without too much work, but I think to start developing the new ones with the mobile app already in mind is the better course for future projects. I’ve heard about Kotlin and maybe I should get into that. Thanks a lot for your answer!

    • 23Ro
      link
      English
      11 year ago

      Nice - glad to hear that it helped. If you just want to bring them “as is” into the appstores and target both platforms I’d honestly just try it with tauris alpha (if you can afford to experiment in prod) or just configure a build using capacitor. If you’ve built PWAs you are probably relying on indexedDB and such browser thingies? Not sure if you need to do something around the service workers to make it work but I’d guess with tauri that should be simpler. It works out of the box for desktop targets :)