Skip to content

Commit

Permalink
Update different internals of the LudeiWebview
Browse files Browse the repository at this point in the history
Update different internals of the LudeiWebview and minor documentation
changes
  • Loading branch information
Carlos Hernández committed Nov 25, 2014
1 parent f9018cb commit 39dd2b8
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 3 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,18 @@ The cocoonjs-cli has the same usage and commands of [cordova-cli](https://github
Once the cocoonjs-cli is installed in your system, just type:

```
$ cd /to/your/cordova/based/project
$ cocoonjs plugin add com.ludei.webview.plus
// Install Ludei's CLI
$ sudo npm install -g cocoonjs
$ cocoonjs create MyProject
$ cd MyProject
$ cocoonjs platform add ios
$ cocoonjs plugin add com.ludei.webview.plus -d
$ cocoonjs run/emulate
```

The `-d` flag is used to activate the verbose mode.

#### Manual installation ####
The CocoonJS-CLI automates the installation of the Webview+, but if for some reason you want to install the Webview+ without the CocoonJS-CLI you’ll have to do the following steps.

Expand Down
Binary file modified android/libs/LudeiChromium.jar
Binary file not shown.
Binary file modified android/libs/armeabi-v7a/libLudeiChromium.so
Binary file not shown.
Binary file modified android/libs/guava_javalib.jar
Binary file not shown.
Binary file modified android/libs/jsr_305_javalib.jar
Binary file not shown.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.4.2

- Update different internals of the LudeiWebview

## 2.4.1

- Several fixes to Chromium 1.0.37.0.2062.94
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android" id="com.ludei.webview.plus" version="2.4.1">
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android" id="com.ludei.webview.plus" version="2.4.2">

<name>Webview+</name>
<author>Ludei</author>
Expand Down

0 comments on commit 39dd2b8

Please sign in to comment.