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
17
votes
9 answers

Not allowed to load local resource: ionic 3 android

I am using ionic 3 android build apk and trying to laod image from file:///storage/emulated/0/data/io.ionic.vdeovalet/cache/image.jpeg takePicture(sourceType) { try { // Create options for the Camera Dialog var options…
Muneeb Khan
  • 169
  • 1
  • 1
  • 5
17
votes
1 answer

Display duplicate events after update firestore data, but the data itself in firestore isn't duplicated

I have a web application(Angular) and mobile application(Ionic). Both of them share the same Firestore data. Use web application update existing data but the ionic app shows duplicate items(the duplicates will be gone after restart the mobile app),…
Haifeng Zhang
  • 30,077
  • 19
  • 81
  • 125
17
votes
9 answers

ionic cordova run android results in PANIC: Missing emulator engine program for 'x86' CPU

After a great deal of searchings, I'm can't solve this error when I run: ionc cordova run android -ls OUTPUT: ANDROID_HOME=/Users/lucianokrebs/Library/Android/sdk JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_161.jdk/Contents/Home No target…
lucianokrebs
  • 831
  • 1
  • 12
  • 15
17
votes
3 answers

How to pop out ion-select using different button

How do I pop out the ion-select using different button? Appliances Automobile Cellphones
Klt
  • 209
  • 1
  • 3
  • 10
17
votes
7 answers

ionic3 android status bar no icon shown

When I update my project ionic version, the android app have status bar can't show any icon when enter to the app: When enter to app: Anyone know how to solve? My info: cli packages: (/usr/local/lib/node_modules) @ionic/cli-utils : 1.17.0 ionic…
Nulra
  • 547
  • 5
  • 19
17
votes
6 answers

Ionic3/Angular Error: Must supply a value for form control with name: 'jobStatus'

I have a Modal Form with the following code in the template markup
...
JGFMK
  • 8,425
  • 4
  • 58
  • 92
17
votes
1 answer

Receiving NPM err: Unexpected string in JSON at position 20938 within an ionic 3 project

Not sure where the error is. (* is where private project information is held, i.e. Facebook app id and the app name) I have been receiving this error for a while now and I can't figure it out, is there something I'm missing? { "name": "****", …
Harrison Croaker
  • 847
  • 1
  • 6
  • 13
17
votes
1 answer

Cordova config.xml environment variables

The Scenario: I'm building an Ionic3 application, and my config.xml have some data that I want to be able to change according to my environment (for example, I want that my facebook app id have different values for development, staging and…
Lucas Basquerotto
  • 7,260
  • 2
  • 47
  • 61
17
votes
2 answers

ngx-translate with dynamic text on ts file

I'm using ngx-translate for internationalization on Ionic 3 app. I have used pipe nicely on HTML code. But now I have a situation like below on ts file. Can you tell me how to handle such dynamic use case with ngx? updateApi(topic) { …
Sampath
  • 63,341
  • 64
  • 307
  • 441
17
votes
3 answers

right alignment for a button in ion-col

I have this grid in my Ionic 2 application. Is there any ionic-specific attribute to make the button shown on the right side of the column (row)? col 1 col 2
Hamed
  • 1,175
  • 3
  • 20
  • 46
17
votes
7 answers

How can I downgrade my ionic cli to the previous version, I had?

The recent version is 3.2.0 and I'm facing lot's of issues with it like the ionic serve command not working.
John Wihter
  • 189
  • 1
  • 1
  • 5
17
votes
2 answers

Ionic-3 Can't find Pipe

I have just upgraded to Ionic 3.0.1 so I can use LazyLoading , and since that I can't use my custom Pipes : import { Pipe, PipeTransform } from '@angular/core'; @Pipe({ name: 'StripHTML' }) export class StripHTML implements PipeTransform { …
Abanoub
  • 3,623
  • 16
  • 66
  • 104
17
votes
5 answers

Ionic 2: How to call a method when select value is changed

I am new to Ionic 2, I read the Ionic 2 Documentation over and thought this code would work. Its supposed to give back the current select value when it's changed and print it to console. page.html
CMA
  • 287
  • 1
  • 2
  • 11
16
votes
4 answers

How to remove installed ionic cordova plugin from ionic 2 / 3 or ionic V2+ project

I installed Cordova and Ionic Native plugins into the ionic3 project. But I need to remove only that specific Cordova and Ionic Native plugins from the project completely. (With its dependencies like npm). Is there any proper way to do that?…
coder
  • 8,346
  • 16
  • 39
  • 53
16
votes
4 answers

ionic3 - Invalid App Store Icon. The App Store Icon in the asset catalog in 'YourApp.app' can't be transparent nor contain an alpha channel

My ionic3 project build IOS successed, but when I upload it to itunes connect error showing then I try follow this ANSWER, but showing this for me find: convert: No such file or directory EDIT: I installed imagemagick using npm install imagemagick…
Yuyang He
  • 2,252
  • 4
  • 28
  • 51