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

advance carousel using ionic 3 and angular 4

i am new in hybrid application development and want to make a advance carousel like http://sebelga.github.io/ionic-advanced-carousel/demo/ for ionic 3 application. i tried this link but its not working with ionic 3 or may be i did it wrong. i want…
sabih siddiqui
  • 133
  • 3
  • 12
0
votes
1 answer

Themeable Browser is not working on chrome simulator

I am trying to use Themeable Browser on chrome but it display warninh in console. Native: Themeable Browser is not installed or you are running on a browser. Falling back to window.open So any other option like Themeable browser which can work on…
rash111
  • 1,307
  • 4
  • 19
  • 35
0
votes
0 answers

Samsung GT-I9060 have white screen issue on startup app

I am using the fresh ionic blank project and it's provide me white screen after splash screen and nothing happens after that when i try to check logs ionic cordova run android -lc Getting this error The connection to server was…
Manoj Bhardwaj
  • 736
  • 1
  • 9
  • 25
0
votes
1 answer

ionic save base64 string as image in galary

ngOnInit(){ this.photos=[]; } takePhotos(){ const options: CameraOptions = { quality: 30, destinationType: this.camera.DestinationType.DATA_URL, encodingType:…
Sahil
  • 553
  • 1
  • 5
  • 23
0
votes
1 answer

Ionic Native Vibration on IOS

I have a small problem with the ionic native vibration plugin. https://ionicframework.com/docs/native/vibration/ As you may know, you can no longer set the vibration time or pattern for ios users. However in my app i am about to create an…
0
votes
0 answers

Ionic View showing black screen after splash screen on iPhone 5

My app is working successfully with ionic v1 on ios and android devices with all versions. But iphone 5 shows black screen after splash screen when the application work first time. Then it works properly. How can I solve this problem? My development…
0
votes
1 answer

How to slide to the top of the page in ionic 3

I am developing a SIgnup page in ionic 3 and the no of fields are 10. SO I am using a p tag to show validation and when the user hits submit I want to take him all the way up to the start of the page which has my header and all.How can I achieve…
Akshay
  • 365
  • 1
  • 3
  • 20
0
votes
1 answer

Android build failed after Ionic Native Crop plugin installed

I’m using Ionic 3 and trying to use the Ionic Native Crop plugin on my app, but without success. Before the plugin installation all works fine when I run ionic cordova run android --device, but, when I install the plugin with (as shown on the plugin…
Igor
  • 645
  • 4
  • 16
  • 37
0
votes
1 answer

How do I store predefined data in ionic?

I'm creating an Ionic v3 App. I've to store some of the predefined data so that my application can use it to render different parts of the app. This data includes: JSON Images Videos I've found Ionic Storage, but I don't think it is what I…
Zahid Saeed
  • 152
  • 2
  • 9
0
votes
0 answers

AdMobFree not shows ads on Ionic 3 app when isTesting is false

I am developing an ionic(version: 3.19.0) and cordova(version: 7.1.0) iOS app and using ionic native admob free plugin ( https://ionicframework.com/docs/native/admob-free/ ) to display ads. The ad shows when isTesting: true but no ads shows when…
Tony
  • 123
  • 1
  • 2
  • 8
0
votes
1 answer

Page Titles are overlapping while navigating in Ionic 3

I'm building the app in Ionic 3 and I'm navigating the pages with this.navCtrl.push/pop() functions. But whenever I push() or pop(), the titles are got overlapped. attached the screenshot. Any suggestions? Thanks Here is the header code…
Patrick Blind
  • 399
  • 1
  • 4
  • 15
0
votes
0 answers

Dowloaded Images and video not loading in Ionic 3(iOS). However works fine in Android

I am using ionic 3 to build an app. I am using Cordova plugin for storing downloaded content locally and its reference in sqlite db. Everything works fine in Android but on iOS downloaded images are not showing neither the downloaded video is…
Tauseef Malik
  • 128
  • 1
  • 7
0
votes
0 answers

I can't figure out why SmartAudioProvider will provide audio on my Mac, but won't work on iPhone

I have an app that plays audio upon opening of a page, but will only work on my mac. WHen I use ionic DevApp it won't play off of my phone. It is just a simple sound effect that I loaded into assets but it won't work on the phone. This is the code…
0
votes
1 answer

Googlemaps native get marker position after drag

I am facing a strange issue on setting the new coordinates given by the 'on marker drag end' listener. When trying to set my variable this.lat and this.lng or even when trying to console log out them in the event listener i get the following…
trix87
  • 175
  • 4
  • 16
0
votes
1 answer

how to open contacts in ionic native

My requirement is to open native contact using ionic native. I googled but could not get proper answer We used this ionic Native contacts plugin getting all contacts : this.platform.ready().then(() => { var opts = { filter : "M", …
Pavan Alapati
  • 635
  • 2
  • 8
  • 21