Featured
-
How Regression Testing Detects Integral Errors In Business Processes
Humans are forever changing and evolving and so to
by kristina.rigina -
Get Display Banner Advertising Opportunity on FindNerd Platform
“Do you have a product or service that nee
by manoj.rawat -
Android O Released with Top 7 New Features for App Developers
Android was founded by Andy Rubin, Rich Miner, Nic
by sudhanshu.tripathi -
Top 5 Features That Make Laravel the Best PHP Framework for Development
Laravel is a free open source Web Framework of PHP
by abhishek.tiwari.458 -
Objective C or Swift - Which Technology to Learn for iOS Development?
Swift programming language is completely based on
by siddharth.sindhi
Tags
Why Ionic Framework Works Best for PWA Development
The Ionic framework was created by Drifty Co. in 2013. And by 2015, the Ionic developers had created more than 1.3 million applications with its SDK. Today, Ionic is a state-of-the-art technology recognized worldwide. But what is Ionic and how di...
Benefits of Ionic Frameworks In App Development 2019
If you are new to ionic frameworks and its use in ionic app development, then this blog can be useful for you.
Here, we are going to explain you the benefits of ionic framework in app development.
Before that ...
What...
How to Solve Ionic App SplashScreen Popped Twice Issue?
navCtrl.getActive().component.name Returns Single Letter for Production Build
I would like to share a problem we faced and how we resolved it.
Problem statement:
Client reported that every time they laun...
How to Solve Facebook Login Problem During Cross Platform App Development?
If you are making build for Android and you face error like --
Execution failed for task ':app:processDebugResources'.
> Failed to execute aapt
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --...
Form Validation Using Angular Validator in Ionic Framework - Basic Tutorial
The client side form validation is offered the AngularJS. The state of the form and input fields are monitored by AngularJS which helps us to notify the user about the current state along with, it also keeps the information if they have been chan...
How to Implement Login Using AnuglarJS in Ionic PhoneGap App in 4 Simple Steps
Ionic is a Phone Gap which is driven by AngularJs and has a common code for both Iphone and Andorid devices, it is free open-sources mobile SDK used for developing hybrid/native apps. Today in this tutorial, we will learn how to make a simple log...
Ionic - Javascript Action Sheet
Ionic provides a service named Action Sheet. It will add slide up pane on the bottom of the screen that contains different options.
Using Action Sheet:
If you want to use ionic sheet into your application, then in your controller you have t...
Using Ionic Tabs in phonegap application
In this article, you will get to know about navigating tabs in ionic. Tabs can be used to navigate from one page to another inside your application.
Using Tabs:
You can add tabs in ionic application by using ion-tabs for container element and...
Using Ionic - Cordova Native Audio in Phonegap application
native audio plugin is used for playing audio in your ionic application.
To use this plugin you need to install it first in your application directory by following command:
cordova plugin add cordova-plugin-nativeaudio
you firs...
Using Ionic - Javascript Events
In this article, you will learn about the javascript ionic events. These events are useful when you want to interact your web application pages with user.
These are ionic events:
on-hold : It is called when user touches screen for more tha...
How to start an Ionic Application Project
In this post, you will learn how to start any application using Ionic Framework. We will start with the downloading process of ionic and all the dependencies that are needed for developing any application.
Also we need to know the platforms th...