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…
In this tutorial we will see how to send OneSignal push notifications to WP-AppKit apps (and PWAs) targeting specific, chosen, WordPress users.
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…
Tutorial: add taxonomy term lists to your PWA or mobile apps with WP-AppKit.
Learn how to leverage native sharing centers in your WP-AppKit apps to create a smooth share experience.
Does Google Play console says that your Android app is compatible with less than a thousand devices? You’re facing the nasty issue of ARM/x86 compilation with PhoneGap Build. Don’t panic, we have a solution for you.
We are in the process to add Progressive Web Apps support to WP-AppKit. And guess what? You can test this new feature right now.
By default, WP-AppKit allows to have post list as homescreen but sometimes we need more. Boost your skills by Learning to create a customized homescreen for your app.
Post List components query can be customized using the wpak_posts_list_query_args filter hook. Internally, WP-AppKit Post List components’ queries are WP_Query objects. So basically, all customization that can be done on WP_Query objects…