peer / mind

Decide together.
http://peermind.org
Other
58 stars 12 forks source link

Create a mobile app version #140

Open mitar opened 8 years ago

mitar commented 8 years ago

Meteor supports mobile targets using Cordova. We should build an app using Meteor.

For now, we can just build an app with hard-coded URL for one instance of the app. In the future, we might want to support that one app can work with multiple servers.

Currently most of the app is not really responsive, so this ticket probably depends on #65 as well to make the app really useful on mobile.

mitar commented 8 years ago

Native feature we can use are probably notifications and automatic sign-on with Google.

For notifications we should look into how to make push notifications.