Build your WP-AppKit app with Cordova
Since October 2020, Adobe has discontinued PhoneGap Build and ended investment in PhoneGap, so PhoneGap Build cannot be used to build WP-AppKit apps anymore. To address this issue, since version…
Since October 2020, Adobe has discontinued PhoneGap Build and ended investment in PhoneGap, so PhoneGap Build cannot be used to build WP-AppKit apps anymore. To address this issue, since version…
Since October 2020, Adobe has discontinued PhoneGap Build and ended investment in PhoneGap, so PhoneGap Build cannot be used to build WP-AppKit apps anymore. To address this issue, since version…
Following PhoneGap announcement about stopping PhoneGap development and discontinuing PhoneGap Build service on October 2020, we released a new version of WP-AppKit (1.6.0) that allows to export your app in…
PhoneGap has announced that they will stop PhoneGap development and discontinue the PhoneGap Build service on October 1, 2020. We are currently reviewing existing alternatives to PhoneGap Build so that…
In this tutorial we will see how to send OneSignal push notifications to WP-AppKit apps (and PWAs) targeting specific, chosen, WordPress users.
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…
In this tutorial we’ll see how to add forms to your app. Here we’ll implement a contact form but any other custom form sending data from the app to the…
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…
WP-AppKit’s liveQuery webservice allows to make any custom data query from the app to the server. Here is an example that shows how to use the liveQuery webservice to send…
Tutorial: add taxonomy term lists to your PWA or mobile apps with WP-AppKit.