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
0
votes
1 answer

Ionic Deeplinks not working for IOS

I have used ionic deeplinks https://github.com/driftyco/ionic1-deeplinks-demo I am facing an issue in Deeplinking in IOS when view from email client (gmail). The question is posted here. https://github.com/driftyco/ionic1-deeplinks-demo/issues/2
0
votes
1 answer

How to get keys length found in Ionic2 Storage (IndexedDB)

I am trying to use Ionic2 Storage , which use Indexed DB on browser. How can I get total number of keys in storedin DB. this._storage.length() gives me t {__zone_symbol__state: null, __zone_symbol__value: Array[0]}
raju
  • 6,448
  • 24
  • 80
  • 163
0
votes
1 answer

Can't convert successful Postman call to Ionic-Native HTTP.post [Ionic 2 ts]

I'm in the process of building an Ionic 2 (ts) app that will send a REST call to the OCR.space API. Going through their examples, I'm able to send a a Base64Image via HTTP.post, but when attempting to send a file via HTTP.Post, I'm met…
0
votes
1 answer

How to get native app feeling in Navigation drawer (Menu) in ionic application

Is there any way to get the native look and feeling in Navigation drawer(Menu) in ionic v1 application rather than pushing the center content? I want to get the Android native look and feel in ionic application like above picture.
coder
  • 8,346
  • 16
  • 39
  • 53
0
votes
0 answers

Ionic 2: how can I use functions such as startStateNotifications() using ionic-native's BLE plugin?

I'm currently using the cordova-plugin-ble-central plugin in an Ionic 1 app. I'm converting this app to Ionic 2, so I want to use this plugin through ionic-native. The issue is that some of the plugin's functions are not available through…
jbgt
  • 1,586
  • 19
  • 24
-1
votes
1 answer

SAML login to firebase with AzureAD with iOS 16.2 is broken

I authenticate my users via SAML from AzureAD in firebase in a native ionic iOS application. Because the firebase JS SDK doesn't support the direct login to the native layer, I'm using the ionic-native inAppBrowser to refer the user to a html-page,…
-1
votes
2 answers

ionic project does not install any plugin

There's something wrong with my project that I can't install any more plugins, I'm using ionic with angular enter image description here enter image description here enter image description here I've tried giving several other commands that I found…
-1
votes
2 answers

Ionic : GPS is not detect sometimes

I have one issue on my app. I have used GPS for getting lat and lon some times when clicking function GPS not detected app. So it's need to restart application. After restarting application GPS detected correctly. using ionic native with cordova GPS…
-1
votes
1 answer

First Ionic installation

./src/index.tsx 1:44 Module parse failed: Unexpected token (1:44) File was processed with these loaders: ./node_modules/@pmmmwh/react-refresh-webpack-plugin/loader/index.js ./node_modules/babel-loader/lib/index.js You may need an additional loader…
-1
votes
1 answer

Ionic Native HTTP request returns Blob without type

I have this piece of Code that grabs the Image string and encodes it as Blob const reqOptions: any = { method: 'get', responseType: 'blob', headers: { accept: 'image/*' } } ionresp = await this.ionicHttp.sendRequest(url,…
-1
votes
1 answer

I can't build ionic react app on IOS simulator

I'm trying to build an Ionic React project. I’m successfully compiling the project on the IOS simulator but It crashes when It opens. Error showing is ⚡️ ERROR: Unable to load public/index.html ⚡️ This file is the root of your web app and must exist…
Nooruddin Lakhani
  • 7,507
  • 2
  • 19
  • 39
-1
votes
1 answer

cordova.js:308 Uncaught TypeError: AppRate.preferences.openUrl is not a function at Function.AppRate.navigateToAppStore (AppRate.js:257)

Please help me out with this issue. Here is my rateApp function: rateApp() { this.appRate.preferences.storeAppURL = { android: 'market://details?id=com.notes.notesapp', } …
-1
votes
1 answer

What is a good development setup for Ionicframework

I’m using Ionic with Angular to write an iOS and Android app. But most of the development I use ionic serve with Chrome, it’s fast and simple. But now I realized that it’s getting harder when I have to use the native HTTP API to do fundamental…
-1
votes
1 answer

Google maps native Ionic v4 - Not show on Android

I can not see the map on an Android device. I have created the necessary API for the Android SDK and I followed the steps indicated in a Stackoverflow post: https://ionic.tutorials24x7.com/blog/implement-google-maps-in-ionic-4-for-android But I have…
-1
votes
1 answer

How to finger print storage in ionic plugin?

How to finger print storage in ionic plugin using php with mysql and how to authenticate during login. ionic cordova plugin add cordova-plugin-android-fingerprint-auth - This plugin is only used to authenticate the mobile's own fingerprint. I need…