How to Check internet connection in Ionic application ? There are often times where you need to display No internet connection message to your users inside your Ionic Framework Android and iOS application. Add Network information cordova plugin in your project In order to check internet connection, you need to… read more →
what is <form.io> ? <form.io> is an open source product that enables developers to define APIs using forms. At a high level the platform generates both the API as well as the user interface for the forms. The basic building entity on <form.io> is a resource with attributes which are… read more →
Commands used to make signature and make assigned apk in ionic Here are the few commands to make signature and make assigned apk in ionic. Follow these command step wise to get the better result. 1. keytool -genkey -v -keystore khojmela.keystore -alias khojmela -keyalg RSA -keysize 2048 -validity 20000 check… read more →
Retrieve post By categories, Post id using wordpress API Retrieve post By categories, Post id and allow more than 10 posts to display in a page while using WordPress api. I am using the sample code from khojmela.com. This code will retrieve the post ID according the category, Retrieve post… read more →