Erik Brommers
Erik Brommers
Just added a line locally to `app_version.js`, just after the `_this.build...` line: _this.buildString = info.build; This adds a new API to pass back the CFBundleVersion without converting it, which seems...
It looks like this issue and #52 are related -- the newest cordova-lib doesn't appear to be exporting the `process.env.` variables, even if a `` node is added to the...
Will do -- this is a current pain point. :-) I've got a reworked uglify.js working on iOS locally, but Android is throwing fits ATM. If/when I can get something...
Just a note that this is an investigative issue. The actual implementation might just involve a DVCS type service that would allow multiple translation nodes to collaborate.
Javascript library for local (LAN) KB server discovery: https://www.npmjs.com/package/bonjour
Authentication plugin: https://github.com/MicrosoftArchive/cordova-plugin-auth-dialog
More info / guidelines: https://developer.apple.com/design/human-interface-guidelines/ios/visual-design/dark-mode/
According to CanIUse.com, the color-scheme CSS attributes are not supported on Chrome for Android: https://caniuse.com/#search=color-scheme. At best, we'd need to manually swap out CSS stylesheets -- which is not impossible....
Some added info: It looks like .rtf and .doc parsers might be more difficult to support. There is a javascript parser out there for .docx, however: https://github.com/lalalic/docx4js. This library also...
Moving this defect to 1.0 beta: Selecting the first target word after a selected phrase is causing different behavior between browser operating systems. I'm punting on this until a more...