enketo / enketo-dristhi

Customized enketo-core to be used in hybrid Android app called Dristhi
Apache License 2.0
2 stars 10 forks source link

instead of the window.androidContext check, use environment? #31

Open MartijnR opened 10 years ago

MartijnR commented 10 years ago

works as is, but seems a bit hacky in main.js and androidcontext.mock.js

ENVIRONMENT = (window.androidContext) ? 'android' : 'web'

may be nicer