-
-
Notifications
You must be signed in to change notification settings - Fork 103
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
I'm working on an native Android application #108
Comments
Hi @letroll, I've considered building a native app in the past, there's a couple of reasons why I decided to stick with Cordova but the main one is that having a unified code base means far less work to update all platforms. For now, the app is simple enough that it can share the code base with the extensions so I don't think there's a benefit in separating it out. Dev time is limited and must be utilised to complete implementation of core features before looking at nice to haves. Regarding the issues:
The interesting one is #78, this used to work but doesn't any more. It uses the cordova InAppBrowser plugin to open a hidden web view, load a url, then grab metadata from the loaded DOM before closing the web view. It relies on the If you are able or willing to look into this issue then it would be a massive help! Otherwise no worries, if you still want to develop a native app then i'd be interested to see what you produce. |
Hi, is there any progress? I miss my bookmarks on android alot. All Desktop is on 1.5 so Android can not read the bokmarks because of 1.4. Thank you |
@vsatmydynipnet yes I'm making progress! I have been delayed in completing the release due to family commitments but hoping to get it out before xmas. Really sorry this has taken much longer than I'd hoped, bear with me. |
sounds great to me! thank you very much. and we all do not have enough time for things we want to do. Love this solution! |
Closing this as no longer relevant for this project. |
Hello,
After tested the current Android application and see some issues:
I started working on a native application, and I would like to know if you are interested than I share my works
The text was updated successfully, but these errors were encountered: