-
Notifications
You must be signed in to change notification settings - Fork 801
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
Mobile app #174
Comments
You can compile a phonegap app. All you have to do is to run a command |
oh, nice, that was easy! It looks like this is still pretty early, I can see a list of notes, but when I click on them I can't view them. Editing works great though. I'll play around with this some more. Thanks! |
For me
I can send the full log if needed. If I use
The file
|
I investigated the issue I saw where you couldn't see the notes. The notes list get's a high z-order value of 1070 when the window is not very wide (as is the case on mobile). The note itself has a z-order of 1030, so it is actually appearing beneath the list of notes, so you can't see it. |
How exactly do I get this phonegap app on my android device? |
I am also having an issue running
Should I open an separate issue? |
I also got error while running grunt platform-build. The error I got is :
With User the name of my user on my server. How can I deal with this ? Thanks |
I managed to build the mobile application, why haven't you released it in play store? |
Might I suggest listing the Android app in the f-droid store, as I believe it is license appropriate to do so! |
We were planning to release it but currently we feel like it is not optimized much for mobile devices yet. |
I think not being optimized for mobile is not a big issue in the sort-run. It would be cool though to have offline support for notes, the option to create a note with the share menu and not being forced to use a (resource heavy) full sized browser. |
Firstly, laverna looks awesome, thanks for sharing it. Any update on the android version? Would be a huge win if I could sync private notes onto my phone... |
I've managed to build laverna based on the readme, but I can't seem to figure out how to build the android app. running |
@opennomad recently we switched to Gulp. That is why currently there isn't a task for building Android app. |
Laverna is lacking documentation for building the mobile and desktop apps. Can the commands at least be added to the README or the wiki for ease of getting started? @wwebfor Or are you saying that after switching to gulp there's no support for building android? What about the 'mobile' task I see in the gulpfile, and gulp/mobile.js? I ran
Also, the wiki FAQ's link to this issue is broken. It attempts to link here (#174), but the html is incorrect and it acts like an anchor instead--leading no where. |
@sp4x Can you describe how you got the mobile app to build? I would really like to do some development on the mobile app to bring it up to par. |
@wwebfor Hi! I would like to contribute to the project and create a native android app. |
@vboitsov it would be amazing. |
FYI for all those following this issue: |
FYI for all those following this issue: https://github.com/vboitsov/laverna-android.git |
Hello there, Have a nice day/night, |
Is there a roadmap for a mobile friendly version of Laverna? It's not unusable on mobile, but I think a lot more can be done. I'm thinking Apache Cordova might be a good contender to easily wrap the existing code into apps compatible across platforms.
Some features I think would be good to have in mobile versions:
If nothing like this has been considered, I'll probably start investigating Cordova.
The text was updated successfully, but these errors were encountered: