Handle internal links

Let’s say that you have an internal link in one of your post content: <a href=”#my-internal-element”>Go to internal element</a> That points to the div with id=”my-internal-element”: <div id=”my-internal-element”>Here’s the internal…

Read More

Add a Cordova plugin to your app

To add a Cordova plugin to your app, add the plugin in the PhoneGap > Plugins box. For example: <plugin name=”cordova-plugin-google-analytics” spec=”1.8.3″ source=”npm”/> <plugin name=”cordova-build-architecture” spec=”https://github.com/MBuchalik/cordova-build-architecture.git#v1.0.1″ source=”git”/> Then you can…

Read More

Re-activate Crosswalk

WP-AppKit version 1.5.2 has dropped support for CrossWalk. If you need to re-activate it for your app you can add the following to any php file in the php directory…

Read More

Disable CrossWalk Usage

By default, WP-AppKit includes CrossWalk Cordova plugin, leading to a heavy final application (+20MB). To disable CrossWalk and reduce the size of the application, add the following in a php…

Read More

Having questions?

FAQ | Tutorials | Documentation

Or

Contact Us