Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⚡️ [Question] How will we serve mobile platforms like Android and iOS? #61

Closed
lbirkert opened this issue Jan 5, 2024 · 2 comments
Closed
Labels
question Further information is requested

Comments

@lbirkert
Copy link

lbirkert commented Jan 5, 2024

I am thrilled by this application, as I've always needed something opensource to replace the proprietary dict.cc android app we are allowed to use in french class. Although we seem to be using only VueJS currently, which let's me conclude that there will not be official native mobile applications for this service? How are you going about supporting this platform (as it is - at least for me - the most valuable for such)?

@camarm-dev camarm-dev added the question Further information is requested label Jan 5, 2024
@camarm-dev
Copy link
Owner

Hi, thanks for your question !
Yes, the project seems to be developed in VueJS but it's actually developed with IonicFramework using a VueJS codebase:

  • Ionic is "An open source mobile UI toolkit for building modern, high quality cross-platform mobile apps from a single code base" their website.
  • Capacitor* is "A cross-platform native runtime for web apps" developed by the Ionic Team, that permit our VueJs codebase to be served as a webview in a native application and it also permit to use native APIs using a bridge, right in our javascript code !

Ionic make the UI development easier for me and let me focus on functionalities. Capacitor make the distribution easier: Remède can build to APK, IPA or run on the web.

So, yes, the codebase can compile to an APK file (thanks to Capacitor !), downloadable in the release section.
Of course, my goal is to publish this on the Play Store.

I hope I'v answered your question,
Best regards,
Armand CAMPONOVO | @camarm-dev

@lbirkert
Copy link
Author

lbirkert commented Jan 5, 2024

That's great news! I'll consider checking it out after it comes to Play Store or FDroid then.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
Archived in project
Development

No branches or pull requests

2 participants