Martijn van de Rijdt
Martijn van de Rijdt
e.g. by wrapping plugin like this: ``` js (function(factory){ if (typeof define === "function" && define.amd) { define(["jquery"], factory); } else if (typeof exports === 'object') { factory(require('jquery')); } else...
If value is copied to in Chrome, it requires a 2-digit hour value.
To be exact, it is here: https://github.com/Leaflet/Leaflet.draw/blob/33ea262678bbfc3da7e92c226f70c017bd328434/src/ext/GeometryUtil.js#L73
To facilitate running this code in 'strict' mode. https://github.com/Leaflet/Leaflet.draw/issues/898
Since this data is sensitive, save-as-draft should be disabled for encrypted forms. Reported here: https://community.kobotoolbox.org/t/offline-data-collection-with-encrypted-web-based-forms/20848/3
Goal is to match ODK Collect behavior. Should work offline as well, which should be feasible now that we've switched to Service Workers. The work will probably need to be...
request: https://community.kobotoolbox.org/t/offline-caching-when-using-default-values-deep-links/14917/2 I think that now that we've switched to Service Workers, there is no technical issue to get this working in offline views (in exactly the same way as...
Just a small beginning, but I'd thought it would be good to share this already to be able to start referring to it.
Probably out of our control. Issue is with https://github.com/albanm/node-libxslt. * [x] temporarily restrict npm versions in `engine` in package.json * [ ] look into libxslt issue with npm 7
See if there is any code that tries to do this already.