shripalsoni04 / nativescript-webview-interface-demo

A demo application for showing use of nativescript-webview-interface plugin for bi-directional communication between WebView and Android/iOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Demo App For Nativescript-WebView-Interface Plugin

Demo application for nativescript-webview-interface plugin. Check detailed blog post for this demo application.

Installation

This app is built with the NativeScript CLI. Once you have the CLI installed, start by cloning the repo:

$ git clone https://github.com/shripalsoni04/nativescript-webview-interface-demo
$ cd nativescript-webview-interface-demo

Next, install the app's iOS and Android runtimes, as well as the app's npm dependencies:

$ tns install

From there you can use the run command to run the demo app on iOS:

$ tns run ios

.. or on Android

$ tns run android

About

A demo application for showing use of nativescript-webview-interface plugin for bi-directional communication between WebView and Android/iOS

License:MIT License


Languages

Language:JavaScript 57.9%Language:TypeScript 33.0%Language:CSS 6.5%Language:HTML 2.6%