You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)?
The text was updated successfully, but these errors were encountered:
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
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)?The text was updated successfully, but these errors were encountered: