Googleplus plugin not installed error in dev build
@nsvivek121 wrote: I have googleplus plugin installed in my project & working fine if I run ionic run android --device.Problem is when I run ionic deploy & run the app from Ionic View app, I...
View ArticleHow to play audio from Buffer
@beck24 wrote: I'm building an integration with AWS Lex and the API returns an audio response in the form of a Buffer Screen Shot 2017-05-30 at 10.50.08 AM.png982x124 17.4 KB I've been spinning my...
View ArticleFile Transfer plugin issue ionic 2
@Vickycj93 wrote: this.fileTransfer.download(url,path,true,options).then((entry) => { console.log('download complete: ' + entry.toURL()); this.fileOpener.open(entry.toURL(),...
View ArticlePlugin id not found (google services)
@Yozamu wrote: Hello. I've been looking for a solution for a while now, but can't figure out how to resolve that problem.Indeed, I'm really new to Ionic and mobile dev + angular, and I'm working in...
View ArticleQuickest way to get up and running using Firebase with Ionic 3
@johan3 wrote: Does anybody know of a good tutorial to follow to use Firebase with Ionic V3? Specifically one that uses Angularfire. I've found a number of tutorials but when I try to install...
View ArticleHow to diagnose errors in Ionic View?
@TonyLuntWS wrote: I have an existing app (ionic v1) that works when built for Android/iOS and through Ionic Serve but does not display in Ionic View. I don't get any errors, but it just shows a white...
View ArticleNo recibo las notificaciones Push de Ionic Push
@ehdrei wrote: import { Component, ViewChild } from '@angular/core'; import { Nav, Platform } from 'ionic-angular'; import { StatusBar } from '@ionic-native/status-bar'; import { SplashScreen } from...
View ArticleHow to make dynamic image galley app in ionic with flip view?
@droid16 wrote: I want to make a dynamic image app with the flip view (http://pageflip-books.com/#fantasticfour/page/1). Please check the link, I want to implement that flip view. I am totally new in...
View ArticleI can`t receive push notifications from ionic push services
@ehdrei wrote: import { Component, ViewChild } from '@angular/core';import { Nav, Platform } from 'ionic-angular';import { StatusBar } from '@ionic-native/status-bar';import { SplashScreen } from...
View ArticleIonic with JWT authentication
@iamchathu wrote: I'm building an ionic 2 app and backend is powered by Nodejs Express app which issue jwt token to access protected api points. Currently I manage to implement login and store token...
View ArticlePage Transitions top to bottom
@devrastogi wrote: Hi There, I am looking Page Transitions from Top to Bottom instead of Forward and Back. Any pointer and help would really appreciate. Posts: 2 Participants: 2 Read full topic
View ArticleIOS: I want to add features in barcode scanner, but it is showing camera on...
@tarun1990 wrote: I am using cordova-plugin-barcodescanner. Please suggest me how can I modify the size of the camera view as well as I want to add some features while camera is open for scanning like...
View ArticleHow to access SD card root directory with Ionic 2
@SansanIonic wrote: Hello. I'm developing a simple App with Ionic 2 which, among other things, has the functionality of a file browser set in the external storage of the device. The problem is that...
View ArticleLoad an image from URL
@Ricar25 wrote: Hello people. I want i load an image in img tag but the problem is that the URL is string that i get by http in JSON. My question is how can i set this string to the img attr "src"?...
View ArticleHelp!How to get CPU and RAM properties and running processes by ionic
@hasinaRasoa wrote: Hi everyone! I'm new here and new at ionic development. I would like to create a little app to display the CPU and RAM properties and the running processes on a device. I could not...
View ArticleUsing Cordova Media to create progress bar with ion-range
@luked22 wrote: Hi, I am using Cordova's Media to play media through an application I am building. I have been able to control things like volume using ion-range, playing and pausing the audio, and...
View ArticleI dont have a directory
@thuziitha wrote: [ERROR] Unable to find command: plataform andrpid You may need to be in an Ionic project directory. _ _ () () | |/ _ \| '_ \| |/ __| | | (_) | | | | | (__ |_|_/|_| |_|_|_| CLI 3.2.0...
View ArticleGetting user information with User Service
@danwhuy wrote: I recently switched from using my own Couch/PouchDB user login/authentication system to using the built in services Auth and User from the @ionic/cloud-angular Services library. Now I...
View ArticleError occurred during command execution from a CLI plugin (@ionic/cli-plu...
@condepatula wrote: Hello friends!When running ionic cordova run android --device displays the following error: C:\Users\Ionic\Proyectos\lechuche>ionic cordova r un android --device Running...
View ArticleIonicons and Icomoon
@nmckeown wrote: Hi All, I am trying to add few icons to my app from Icomoon but all its displaying is an exclamation mark icon.It looks like ion-alert. I added the font files from icomoon to my fonts...
View Article