Questions tagged [ionic3]

Ionic 3 was the newer version of Ionic, an open source SDK that enabled developers to build mobile apps using standard web technologies (HTML, CSS, and JavaScript). Ionic 3 finally took a back-seat to Ionic 4 in 2019 after 2 years. Ionic 3 was paired with Angular 4 and above.

GitHub Repository: https://github.com/ionic-team/ionic

Documentation: https://ionicframework.com/docs/v3/

10389 questions
2
votes
0 answers

Ionic-3 Photo-library plugin crashes in iOS version 13. Unexpectedly found nil while unwrapping an Optional value: file

Ionic-3 Photo-library plugin crashes in iOS version 13. Works fine in iOS 12 version. Here is the log: 2019-09-30 12:03:03.878478+0530 destinate[453:135517] [core] "Error returned from daemon: Error Domain=com.apple.accounts Code=7 “(null)”" Fatal…
Priya Kumari
  • 106
  • 1
  • 4
2
votes
0 answers

sqlite- fetch data from multiple tables together- android and iOS

I have multiple sqlite tables and I want to fetch data from these tables together from Ionic 3 app for android and iOS platform and send it to server Here's the code I wrote for this functionality function fetchDataFromSqlite(){ let tableNames =…
Smokey
  • 1,857
  • 6
  • 33
  • 63
2
votes
0 answers

ionic 3 inapp browser camera access for chatting

Hi i want to show a website as mobile application using inappbrowser in ionic 3, in that application there is a videochat screen where the camera needs to be accessed, while i am clicking on that it i show error message(in mobile browser it is…
Shyam
  • 21
  • 4
2
votes
1 answer

How to pass some text or paragraph from a page to another page

The building name and the building address should pass into the next page dynamically at the top red corner which is the areaPage. I hope you guys takes time to answer this. thank you for your future answers and god bless home.ts(project…
frustrated-dev
  • 431
  • 6
  • 29
2
votes
1 answer

Push notification in mobile app using angular

I am currently working on a mobile app using Cordova,AngularJS, Ionic 3, HTML. I wanted to know that how do we push notifications to users are times. Notifications like anything, any reminder, any scheduled meeting or visit or information like that.…
Abhilash
  • 147
  • 1
  • 1
  • 9
2
votes
2 answers

How to change the app launcher icon dynamically

I want to download the app launcher icon through an API and replace the existing icon with this new one, for both Android and IOS applications. I am using ionic-3 Cordova for development. Is this possible?
2
votes
1 answer

How to place ion-avatar top-left of an ion-item?

I have an ion-item with ion-avatar and ion-label with large text. For showing full text in ion-label i added a class 'ion-text-nowrap' to ion-label. It works fine. But the problem is ion-avatar automatically placed to vertical center of ion-item. I…
Arun Girivasan
  • 532
  • 1
  • 10
  • 24
2
votes
1 answer

Unable to use date picker in ionic 3

I am trying to use ngx date picker in my ionic 3 app but I am getting these Error’s Refused to apply style from 'http://localhost:8100/build/main.css' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME…
theCoder
  • 731
  • 3
  • 11
  • 19
2
votes
2 answers

Ionic 3 Android Failed Build Manifest merger failed

I've checked a number of posts and Github issues but still not been able to solve this build error: FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':app:processDebugManifest'. > Manifest merger failed :…
Taylorsuk
  • 1,419
  • 1
  • 16
  • 51
2
votes
1 answer

Ionic3 publish event throwing exception

Has anyone observed, in Ionic 3, an exception thrown when publishing an event? Edit: Upon closer inspection the exception has to do with the injected Events becoming undefined sometime after the constructor is first invoked. I'm wondering if there…
eppineda
  • 667
  • 3
  • 19
2
votes
1 answer

Cordova Camera iOS Issue: NOT_FOUND_ERR

I am using the cordova-plugin-camera cordova plugin (version 4.0.3), wrapped by the Ionic Native wrapper for Ionic 4 @ionic-native/camera@4. I'm using it to capture a photo (regular or from library), and move it into my app storage area for…
BRass
  • 3,698
  • 2
  • 28
  • 46
2
votes
2 answers

How to choose transparent for fillRadialGradientColorStops of KonvaJS Rect?

I'm trying to use Konva.Rect as overlay for image filters. When using radial gradient with transparent color stops, on IOS simulator it works perfect but on device it doesn't recognize transparent and fills it with solid color. I tried using…
she hates me
  • 1,212
  • 5
  • 25
  • 44
2
votes
1 answer

Changing the value of a boolean variable as a result of an *ngIf

I made an app where a user has to enter his address details which then stores it in firebase what I am trying to do is make it so if a user already stored his address it will not display the address entry form again but instead will show address…
2
votes
1 answer

Cordova needs xcodebuild version 9.0.0 or greater

I'm working on an Ionic 3 project and I'm trying to build the app on ios, my Xcode version is 7.3.1 and it's the lastest version supported by my mac ( MacBook Air 2015: OS X El Capitan ) When I try to build ios with my Ionic 3 App I get this Error…
Med Karim Garali
  • 923
  • 1
  • 14
  • 37
2
votes
0 answers

How to integrate Microsoft Intunes with Ionic application?

I have an ionic application and i want to integrate microsoft intunes with my android as well as ios app. When i searched online, i came across this Microsoft Intune App SDK Cordova Plugin. But it says 'This package has been deprecated'. Is there…
K. Ajay
  • 357
  • 1
  • 4
  • 21