Skip to content

conbojs/conbo-cordova

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cordova / PhoneGap utilities for ConboJS 4

JavaScript library containing utility methods and custom attributes for use with ConboJS 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>

Make a donation

If you find this project useful, why not buy us a coffee (or as many as you think it's worth)?

Make a donation

About

ConboJS 4 methods and attributes for Apache Cordova / PhoneGap

Resources

License

Stars

Watchers

Forks

Packages

No packages published