Questions tagged as 'ionic'

4
answers

React Native or Ionic?

I need to create an App and would like to know which of your technologies is the most suitable for mobile development today. What is the main difference between ReactNative and Ionic? Which of the technologies is the most performative? W...
asked by 07.12.2016 / 12:36
2
answers

What is the difference between Apache Cordova and Ionic?

I have some questions regarding Apache Cordova and Ionic. Both for me, look the same thing for the same purpose, allow the creation of hybrid applications for mobile devices. See that on the Ionic site you need to have Cordova installed for...
asked by 11.09.2017 / 00:54
2
answers

What is ES6 specification?

Recently I started a project with Cordova + Ionic , and at some point I got into an impasse where I found the statement that framework follows the "latest" web standards, such as the new ES6 specification (or ES2015). What would be ES6 (or...
asked by 31.01.2017 / 13:41
1
answer

Hybrid Applications: when to use and what is the need?

With Hybrid Applications cross-platform we get development time, but I have some doubts about the true need to use a framework. The most famous PhoneGap , Ionic and Titanium are easy and friendly. But because it is in HTML ,...
asked by 27.05.2015 / 15:43
2
answers

Radio Stream with Phonegap

I'm developing an app and I have the function below and it's perfect for an online radio, I'd like to add others but I'm not sure how. Follow the function: // Radio Controller var radio = null; var isPlaying = false; app.controller('radioC...
asked by 10.07.2015 / 14:03
1
answer

Ionic development for iOS in a windows or linux environment is it possible?

I wanted to know if there is any way to create applications for iOS when our operating system is windows or linux. According to this cordova information , we would have to have a system operational iOS. Is there a workaround?     
asked by 09.11.2016 / 01:23
3
answers

Ionic is indicated for which types of applications?

Is the Ionic Framework indicated for which types of applications? I've been doing some research on cordova plugins, it seems to give a lot of trouble in multiplatform development, some plugins do not work well for iOS and Windows Phone ? T...
asked by 16.09.2016 / 18:47
2
answers

Object filter disregarding accents in angleJS with Ionic

Talk to people, I would like to make an angle filter that would disregard the accents. This filter is applied over a list of objects that have a name property for example that we filter on top of this property. I'm using the approach in th...
asked by 13.05.2015 / 17:17
2
answers

How to put side menus on ionic?

I'm developing an application in ionic I'm not able to put side menus left on the first page of the application and a login I'm not able to do the side menus on page home.html which is for that page which goes to the...
asked by 08.07.2015 / 23:12
2
answers

What is the best way to sign in with Angularjs?

In an app using AngularJS and Ionic, what is the best way to authenticate to an API? Do I check login on all screens or do I use some session engine? I guess authentication on all controllers may consume too much data ... What is the best way...
asked by 06.02.2016 / 19:43