smalldatalab / android-ohmage

Android app that allows users to take surveys with time- and location-based reminders (requires an omh-dsu server)
Apache License 2.0
2 stars 0 forks source link

Support javascript survey screens #5

Open shankari opened 8 years ago

shankari commented 8 years ago

If the solution to showing ohmage screens in a different app (#4) is to create libraries for the forms, then it would be great to have a javascript library that can be used with hybrid apps that are built using apache cordova or similar.

While hybrid apps can display native views - the look and feel might be different between the app and the survey. javascript views controlled by CSS should, in theory, make it easier to have a consistent L&F across the triggering app.

Shankari