jahbini / researchPad

Cordova based app for iPad for gesture and BLE capture for medical research.
1 stars 0 forks source link

Don't run unless client app version number high enough #233

Open MrSniffer opened 4 years ago

MrSniffer commented 4 years ago

Logon.js gets the client app version. Convert x.y.z to an integer, such as z+10(10x+y). If lower than a value hard coded into logon.js, bring up dialog box telling user to contact Retrotope and update the client app, and do not run.

Jim: is there an easy way for logon.js to read a value from keystone instead of hard coding it?