$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

How to Install Cordova and PhoneGap on Ubuntu 18.10 Cosmic Gnu/Linux

October 19, 2018 | By the+gnu+linux+evangelist.

Cordova and PhoneGap Installation on Ubuntu 18.10 Cosmic

Hi! The Tutorial shows you Step-by-Step How to Install Apache Cordova and Adobe PhoneGap in Ubuntu 18.10 Cosmic 32/64-bit GNU+Linux.

First, Apache Cordova is an Open-Source Mobile Development Framework that allows you to use standard web technologies such as HTML5, CSS3, and JavaScript for cross-platform development, avoiding each mobile platforms’ native development language.

Then Adobe PhoneGap is an Open-Source Framework for building Cross-Platform native Applications using standard web technologies such as HyperText Markup Language (HTML), Cascading Style Sheets (CSS), and JavaScript.

Install Cordova and PhoneGap on Ubuntu 18.10 Cosmic - Featured
  1. Open Terminal Shell emulator window
    Ctrl+Alt+t on desktop
    (Press “Enter” to Execute Commands)

    Cordova Installation on Ubuntu 18.10 Cosmic - Open Terminal

    In case first see: Terminal QuickStart Guide.