Questions tagged [ionic-native]

The tag specific for ionic-native, a replacement for using ngCordova and supports ionic 1, 2, 3 and 4, and since ngCordova tag is existing this tag must exist as well, the ngCordova is such a different tag and not related to ionic-native, so it is helpful to avoid any conflict between these two tags.

Ionic Native is a curated set of ES5/ES6/TypeScript wrappers for Cordova/PhoneGap plugins that make adding any native functionality you need to your Ionic, Cordova, or Web View mobile app easy.

Ionic Native wraps plugin callbacks in a Promise or an Observable, providing a common interface for all plugins and ensuring that native events trigger change detection in Angular 2.

For Ionic v1 (AngularJS, Angular 1.x) support, please use version 2 of Ionic Native. See the 2.x README for usage information.

1203 questions
-1
votes
1 answer

ionic3 pro package android: slow app start

We are using Ionic Pro Packages to generate Android build. The problem is the app initiate very slow - it takes around 35 seconds to get in to platform.ready() function. and splash screen took around 40 seconds. After long delay it opens app -…
Ankit Maheshwari
  • 1,620
  • 6
  • 28
  • 55
-1
votes
1 answer

Error uploading my ionic app apk to google play console

When i tried to upload ky signed ionic apk on alpha release in google play console it showed an error "package name already exist" how to solve it ?
Anonymous
  • 61
  • 10
-1
votes
1 answer

Ionic 3 Execution failed for task ':app:processDebugGoogleServices' after installing firebase dynamic links plugin

FAILURE: Build failed with an exception. What went wrong: Execution failed for task ':app:processDebugGoogleServices'. File google-services.json is missing. The Google Services Plugin cannot function without it. Searched Location: …
Yushin
  • 1,684
  • 3
  • 20
  • 36
-1
votes
1 answer

ionic 3: TypeError: Cannot read property 'columns' of undefined

when i run ionic 3 template app after upgrading all of its packages to the latest version, i got the below error. Can anyone help please? TypeError: Cannot read property 'columns' of undefined at Object.
M.Shaarawy
  • 11
  • 2
-1
votes
1 answer

Ionic - Uncaught (in promise)

Getting this issue cancelling Facebook/Google login dialog. The login functionality works perfectly. My code: return this.facebook.login(['email', 'public_profile']) .then(res => { }) .catch((error) => { // can't catch the error …
Dani
  • 3,128
  • 2
  • 43
  • 91
-1
votes
2 answers

Can I create a 1 MB mobile application with Ionic 3 (Information)

Can I create a 1 MB mobile application with Ionic 3? I also want to use plugins like social sharing, file, file transfer, network information, camera, statusbar, etc.
Manoj Bhardwaj
  • 736
  • 1
  • 9
  • 25
-1
votes
1 answer

cordovaCamera using Ionic

I'm trying to create buttons in my Ionic app that allow the user to take a photo and then view them in the Phone Gallery. I am able to launch the camera and take a photo using the code below. This only allows me two options: Retake Photo or Use…
Rocco The Taco
  • 3,695
  • 13
  • 46
  • 79
-1
votes
1 answer

Ionic Responsive Grid

I am working on an ionic app that has a grid the grid should be verticle when in a mobile phone it should be horizontal in a tab
-1
votes
1 answer

Facebook Plugin not working in ionic 1

I am developing an app from ionic-1. I also implemented facebook login plugin. I've followed this steps. I have no errors, but when I click on the facebook button, it doesn't work, no errors displaying. I use alert in every error catch but no alert…
-1
votes
1 answer

Phone call programmatically iOS 10.3.1

How can I trigger the Call button in the confirmation prompt? [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"tel:xxxxxxxxxxx"]];
-2
votes
1 answer

Cannot make http call on device

I couldn't get http api call working on the device. Cors is blocking it. I tried native http error as described in the link below but i am getting weird errors. https://ionicframework.com/docs/native/http/ 2021-04-20 00:07:58.221…
Olcay Tarazan
  • 931
  • 9
  • 12
-2
votes
1 answer

ionic object change/convert entries

i have an object this.requestData = { flightto: 'CGK', flightfrom: 'DPS', flightdate: '06-04-2018', flightpp: 0, flightadult: 1 }; console.log((Object).entries(this.requestData)); if I do…
Yandifao
  • 21
  • 7
-2
votes
1 answer

Ionic pro package build failed

Getting error in package Android build. Failed to restore plugin "cordova-plugin-ionic" from config.xml Saved plugin info for "cordova-plugin-ionic" to config.xml Failed to restore plugin "cordova-plugin-ionic" from config.xml. You might need to…
Ankit Maheshwari
  • 1,620
  • 6
  • 28
  • 55
-2
votes
2 answers

why ionic 3 google map with lat lang is not loading on android

Why my google map is not appearing in on android device. I'm able console.log(); lat, lang in browser. device will ask permission for location access but it will not render map. below code works fine for predefined lat, lang ionViewDidLoad() { …
-2
votes
4 answers

Why my marker is not pointed to my current location

i'm able to get GoogleMap on my Android device , the problem is it is not pointing to my current location. I have installed these 2 packages: $ ionic cordova plugin add cordova-plugin-googlemaps --variable…
Goutham Ggs
  • 91
  • 14
1 2 3
80
81