Questions tagged [ionic-plugins]

26 questions
0
votes
1 answer

Decode and get data from Branch link programmatically in Ionic

In my Ionic 5 app, I am trying to provide functionality for users to copy a Branch.io link from anywhere and paste/type it in the App. I want to use the link and trigger the same action when it is clicked to get the data and perform the action in…
Tapas Mukherjee
  • 2,088
  • 1
  • 27
  • 66
0
votes
0 answers

Ionic 4 + Google Analytics plugin- trackView does not work in realtime

I'm trying to implement Google Analytics tracking in my Ionic 4 app (with the native plugin). I have generated the tracking code and in my app.component.ts I have this: this.ga.startTrackerWithId(environment.ga) .then(() => { …
0
votes
1 answer

Ionic native device plugin returns all nulls in all platforms

I'm using @ionic-native/device plugin in my ionic application in order to detect the underlying device running the application. However, when I try to use it I get the Device object with all properties set to null. Note: this is NOT a duplication of…
cookya
  • 3,019
  • 7
  • 26
  • 37
0
votes
1 answer

ionic-5: Type 'StatusBarOriginal' is not assignable to type 'Provider'

In ionic-5 I'm importing Statusbar with this in app.module.ts: import { NgModule } from '@angular/core'; import { BrowserModule } from '@angular/platform-browser'; import { RouteReuseStrategy } from '@angular/router'; import { IonicModule,…
ImFarhad
  • 2,669
  • 2
  • 18
  • 30
0
votes
1 answer

Ionic4: Not getting location if we minimize the app

I am using Ionic4 Developing software that has to fetch the user's mobile location in both foreground and background mode. I have used ionic 4 background mode to enable the app to run in background. Using geolocation to fetch the mobile location.…
Gopi
  • 1
  • 3
0
votes
2 answers

Installing Background Mode shows warning in ionic

I am trying to install background Mode in ionic. ionic cordova plugin add cordova-plugin-background-mode npm install --save @ionic-native/background-mode@4 Below is error getting below warning ionic cordova plugin add…
Swift
  • 829
  • 2
  • 12
  • 33
0
votes
1 answer

Redirect to view in other image folders using ImagePicker plugin in android (Ionic 3)

I am using the image picker plugin in my Ionic app. I want able to pick images from other folders from the gallery in android device. For Ios it is possible but for android I am getting this view. But I want user able to go to other folders and…
Ragesh Pikalmunde
  • 1,333
  • 1
  • 20
  • 44
0
votes
1 answer

Getting count of contacts correct but getting null values for contacts in Ionic 4

I am using ionic contacts plugin it is giving me the correct number of contacts in the phone but all the details field are null, I am using, “cordova-plugin-contacts”: “3.0.1”, “@ionic-native/contacts”: “^5.0.0” import { Contacts } from…
0
votes
1 answer

deeplink works when the app in background but none when it's killed

i'm using ionic deeplink plugin ionic-plugin-deeplinks it works fine for android, but as it didn't work on ios i forced to install another plugin cordova-deeplink, and cordova-universal0links-plugin. package.json: "@ionic-native/deeplinks":…
Joe Sleiman
  • 2,416
  • 5
  • 25
  • 40
0
votes
2 answers

How set the correct version of play-services in Ionic Pro

In the project replacement in the platform / android / projet.properties the following parameters com.google.android.gms:play-services-maps:+ cordova.system.library.3=com.google.android.gms:play-services-location:+ How do I replace the same in the…
Alex
  • 21
  • 5
0
votes
2 answers

IOS plugins listed but xcode says not installed

I am getting this error with all of my plugins. It shows that all of my plugins are not installed however they are. WARN: Native: tried calling StatusBar.styleDefault, but the StatusBar plugin is not installed. I saw a similar article that…
skydev
  • 1,867
  • 9
  • 37
  • 71
1
2