If you have a Cordova Error after updating to Ubuntu 18.04, the easiest way to resolve this issue is removing openjdk-11 and reinstalling openjdk-8.
sudo apt purge openjdk-11-jdk-headless openjdk-11-jre-headless
sudo apt install openjdk-8-jdk
There is not support for the new java versions yet in Cordova/Android (at the post date)
Replace all your files indented with 4 spaces to 2 spaces
/in Tooling/by GénesisSelect last day of the month for a specific date
/in HTML5, JavaScript/by GénesisCordovaError: Requirements check failed for JDK 1.8 or greater
/in Tooling/by GénesisIf you have a Cordova Error after updating to Ubuntu 18.04, the easiest way to resolve this issue is removing openjdk-11 and reinstalling openjdk-8.
There is not support for the new java versions yet in Cordova/Android (at the post date)
Basic Optical Character Recognition with Tesseract
/in HTML5, JavaScript/by GénesisChoose an image with some text written to start detection.
Get local html files (views/widgets) and insert them into your Cordova Single Page Application
/in HTML5, JavaScript/by GénesisApproach to load different views into an Android SPA.