Skip to content

Port come2help into a cordova app #28

@SrTobi

Description

@SrTobi

Hi,

come2help is currently only a webapp. It would be very cool to have it as a native app for different platforms like android, windows and ios as well. The easiest way seems to be cordova, because it simply takes the html/javascript/css code we already have and compiles it into an app that shows the content with the buildin webbrowser.

I already made an attempt to do the conversion and was successfull. You can see the results here.

come2help on windows 10

come2help on android (here inside googles chrome

However, I had to do some drastic changes; especially to the directory structure. It seems that cordova demands a fix structure and one can not change that. Also some additional scripts has to be imported and we don't want them in the website.

In the end we might even want the website to look different from the app. So I would suggest to follow the advises mentioned in this answer and create a repository for app specific content and a repository for shared content (like angularjs services). The later one is than added as git submodul to the website's/app's repo.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions