Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
etabard committed Jun 25, 2015
1 parent 8fd1126 commit 7e1980c
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,18 @@ OverAppBrowser 1.1
==================

Render a webview over your cordova webview.


Installation
------------

To install from **command line**:

cordova plugin add com.lesfrancschatons.cordova.plugins.overappbrowser


Documentation
-------------

//function(strUrl, originx, originy, width, height, isAutoFadeIn)
oab = new OverAppBrowser('http://www.google.fr', 0, 100, 320, 320, true);
oab.addEventListener('loadstop', function(){
Expand Down

0 comments on commit 7e1980c

Please sign in to comment.