SQLite Plugin Versions (required by BlueWorx) for your Cordova App Builds

The following notes have been added to our Mobile Application build instructions at https://blueworx.freshdesk.com/en/support/solutions/articles/19000117653-generate-neptune-mobile-client-export


SQLite Plugin (cordova-sqlite-evcore-extbuild-free)


iOS

  • If building for iOS the cordova-sqlite-evcore-extbuild-free plugin must be 0.14.0 or lower due to an issue with selection of data using integer ranges.
  • BlueWorx Map functionality uses selection by integer ranges so the correct plugin version is required for Maps to work correctly.


We are following this issue up with the plugin developer.


Windows

  • If building for Windows ARM devices the cordova-sqlite-evcore-extbuild-free plugin must be 0.12.1 or lower as ARM support has been removed in later releases.  Windows builds for x86/64 are not impacted.
  • BlueWorx is no longer supported on Windows as Microsoft and Cordova have discontinued support for the UWP platform.


To set the plugin version you can either specify a version in the config.xml or package.json files in your cordova project, or you can use the command line to remove the plugin then re-add at the required version.


cordova plugin rm cordova-sqlite-evcore-extbuild-free
cordova plugin add cordova-sqlite-evcore-extbuild-free@0.14.0




Login or Signup to post a comment

Site Data and Privacy Policy