Questions tagged as 'ionic'

3
answers

How to retrieve information from the database by id in the ionic?

I have an app I'm developing on ionic and angularjs I'm using routes and I'm fetching data from a database on a remote server, I have a page where I listed several categories and each category has an associated id of...
asked by 28.07.2015 / 15:59
1
answer

Convert image to base64 with IonicFramework

Is there a library that allows you to convert images to base64 with the Ionic Framework ? I tried using angular-base64-upload , it worked with angular, but in Ionic did not succeed. If anyone knows a library would be very gratef...
asked by 08.11.2016 / 13:57
2
answers

App - Xamarin or Ionic?

I need to create an App and would like to know which of your technologies is best suited for mobile development. What is the main difference between Xamarin and Ionic? Which of the technologies is the most performative? Why use Ionic? Wh...
asked by 27.04.2018 / 15:27
3
answers

Ionic - Show side menu in all view except main page

Hi. I have a problem with Ionic's side menu. I need to display it on all but the first views. I tried to put all the views with the side menu, and hide the menu button on the main page, but when you put hide on the button, it disappears in al...
asked by 29.09.2016 / 15:35
1
answer

How to send an Ionic application to the Apple Store?

I've created an app with Ionic and want to send it to the Apple Store. I'm following this link but stopped in the Product>Archive part. Xcode simply does not enable this option. How to do?     
asked by 11.01.2016 / 00:10
1
answer

Error in GIT when sending project to Ionic Pro: fatal: sha1 file 'stdout' write error: Broken pipe

I have signed Ionic Pro and am trying to send my local project to their Cloud. I use the command: git push ionic master It starts well but gives the following errors: git push ionic master Enter passphrase for key 'C:\Users\Ramos\.ssh\...
asked by 12.01.2018 / 18:31
1
answer

Difficulty navigating between views using Ionic Framework

Recently Ionic started, and I believe that as a beginner's doubt, I'm having doubts about opening pages, that is, navigating between my views in case they are 3 would be them, home, pag1, pag2, just for the purposes of test a random message shou...
asked by 26.03.2016 / 04:51
1
answer

How to make an audio stream with ionic?

I need to stream audio with ionic, I already installed several plugins but the streaming does not work, using http protocol and rtsp. I've also tried putting a Javascript function inside the app's index but none of the streaming works.     
asked by 03.11.2015 / 20:20
1
answer

Open my App from a link sent via email

I'm trying to make the user, by clicking on the link received via email, be redirected to a specific view of my app. It would be something like: 'myapp: // app-custom-path'. I'm using Ionic. Could someone give me a light?     
asked by 29.04.2016 / 21:06
1
answer

Find nearby restaurants registered in the database through google maps

I need some help. I have a PHP system with a mysql database with several registered restaurants, with fields like: id, name, address, longitude and latitude and I'm creating an application with Ionic using AngularJS. In this application I had...
asked by 28.02.2016 / 05:57