For Ionic v2 and v3 templates with tons of functionalities included check Ion2FullApp
Subscribe here to get offers and free ionic tutorials and code examples!
You will need to be able to add some plugins to your Wordpress site and to know how to build an Ionic app. Then you will have a mobile app ready to go. It has tons of components, plugins and examples so you can build the kind of app you need.
The app uses SASS, which basically is CSS with super powers. Each component has its dedicated sass files and partials well structured with independent variables so you can have maximum modularity, flexibility and customizability.
Ionic framework is an open source front-end SDK for developing awesome hybrid mobile apps with HTML5, CSS and JavaScript. Ionic is focused mainly on the look and feel, and UI interaction of your app.
Cordova is a platform to build Native Mobile Applications using HTML5, CSS and JavaScript.
The app builds the menu with your own Wordpress categories
We are using this plugin to send mobile push notification which works perfect and includes a complete documentation on how to install it on your wordpress. If you want to use this tool on your app you will have to purchase it separately from this app.
They provide a Wordpress Plugin that enables you to send automated push notifications from your Wordpress, for example when a new post is published. They provide the backend part of the push notifications, we provide the front end and the integration with the Wordpress backend. That makes a complete solution.
Note: we don’t provide support about Send Mobile Push Notification Messages tool, but the author will do it very good.
You also need to be able to install Ionic and its dependencies on your machine. We recommend you to use the Ionic official installation guide and ask on the Ionic forum https://forum.ionicframework.com/ for support.
We then will be happy to answer all the app related questions/issues.
You can build this app with phonegap build, however, we don’t provide support on how to build the app using phonegap build.
IonFullApp – IonFullApp | Full Ionic Template + Cordova Plugins
IonSocialApp – Ionic Social Template
## Updates - Update project to work with Ionic new CLI by adding the following devDependencies: - "@ionic/cli-plugin-gulp": "1.0.2" - "@ionic/cli-plugin-ionic1": "2.0.1" - rename ionic.project for ionic.config.json - removed views.js file and its referencesVersion 1.5.1 – released 6 September 2016
## Misc - Fixed bug when registering Push notifications device token on Android. (just changed app.js file)Version 1.5 – released 29 August 2016
## Misc - Fixed Push notifications! - Update gulp-sass to latest Version - Fixed issues related to wordpress login and wordpress queriesVersion 1.4 – released 21 April 2016
## Misc - Update Ionic Version to v.1.2.4 - Update cordova plugins - Update ngcordova - Update gulp-sass to latest Version - Added parameter insecure=cool to solve Wordpress SSL (The latest version of JSON API USER plugin requires https protocol for user authentication. In case you don’t have SSL installed and/or still want to use http protocol, please pass insecure=cool in your request like this)Version 1.3- released 08 August 2015
## Misc - Improved and ease build process - Update Ionic Version to v.1.0.1 - Update cordova plugins - Update ngcordova - Added whitelist plugins - Added Content-Security-Policy - Add Sass sourcemaps to ease debugging of the app - Refactor project structure - Added youtube javascript API to manage youtube videos ## New Features - Added example of how to integrate a Wordpress Page - Preload images (improves UX as important images are preloaded using a loader before showing them to the user) - Multimedia background (change auth background with a Multimedia one which enables you to use gifs or images as full backgrounds) - New directive in order to open all external links using inAppBrowser plugin - Added remove bookmarks functionality ## Styles - Refactor Sass files structure - Improved and eased customization of the app (Added theme.variables.scss with different color schemas) ## Documentation - Brand new documentation!
ionWordpress 1.2 – 03 June 2015
## Misc - Improved and ease build process - Update Ionic Version to v.1.0.0 ## Bugs - fix services.js AuthService.getUser() bug
## Code quality changes: - Changed href to ui-sref in order to go from one state to another in a click - Moved all controllers to the same file www/js/controllers.js - Moved all services to the same file www/js/services.js - Removed ProfileService - Refactoring of some controlleres and services ## Wordpress audio post: - Fix embeding wordpress audio posts ## Walkthrough (login) - Add show/hide password directive ## Others - Refresh user avatar from Wp on device ready and on device resume - Update Ionic version to ionicv1.0rc1 - Added DOCUMENTATION.md with the documentation link ## Bugs - Don't allow post comments with no content - Fix audio tag styles conflict with ionic.css by upgrading to ionicv1.0rc1 - Fix slider pager hidden due to ionicv1.0rc1 update - Fix search results tabs list and bookmarks list style (introduced when upgrading to ionicv1.0rc1) - Fix audio tag not displaying to 100% on iOS