conbo-cordova

0.0.1 • Public • Published

Cordova / PhoneGap utilities for ConboJS 4

JavaScript library containing utility methods and custom attributes for use with Conbo.js 3 and Apache Cordova.

Getting started

ES2015 / TypeScript

import 'conbo.cordova';

CommonJS

require('conbo-cordova');

AMD

define(['conbo-cordova'], function() { ... });

HTML attributes

ccIhref

Prevents HTML anchor links opening in a new window

<a href="/example/url" cc-ihref>This link will open in the current iOS WebView instead of Safari!</a>

Dependents (0)

Package Sidebar

Install

npm i conbo-cordova

Weekly Downloads

1

Version

0.0.1

License

BSD

Last publish

Collaborators

  • mesmotronic