I have developed a prototype application in Evothings, but need to save data to the device. AFAIK, Evothings does not natively support this. (If I am wrong, please someone, let me know!) Thus, I am rewriting/porting to the cordova framework (which Evothings is built on). Frustratingly, when attempting to use Evothings Workbench to automatically update the app, as per these directions -- Cordova Guide -- whether I used
Code: Select all
<content src="http://192.168.x.xx:4042" />
Code: Select all
http://192.168.x.xx:4042
Code: Select all
<meta http-equiv="Content-Security-Policy" content="default-src 'self' data: gap: https://ssl.gstatic.com 'unsafe-eval'; style-src 'self' 'unsafe-inline'; media-src *">
After commenting out this meta tag, neither the cordova app nor the Evothings client disconnect after loading the app for the first time. Hopefully this helps someone else!