Questions tagged [ionic6]
278 questions
0
votes
0 answers
esri.views.2d.layers.TileLayerView2D, Error: The source image could not be decoded
I am doing a mobile application with ionic capacitor. After ionic serve test in website, it work normal, but when compile to android app, the basemap layer could not load. It give the error that the source image could not be decoded. I am using the…

Dennis
- 1
- 2
0
votes
1 answer
ionic react-leaflet map not show in Home.tsx page
my problem is when i start ionic project and after installing the react-leaflet project
the map didn't show
so i need help how to do
so if there any one can help
the map in Home.tsx page
and i dont know how show the code hare
enter image description…

Adnan Mohammed
- 1
- 1
0
votes
0 answers
Animate card to move up and down in Ionic
I want to be able to move a card up and down but the only examples I find is of card moving side to side.
This is what I have. An example I found in the ionic documentation site Ionic animation
home.page.ts
private animation?: Animation;
private…

Mmashabane Rivonia
- 33
- 1
- 6
0
votes
1 answer
FileReader not reading recorded video file in Ionic
I want to get base64 from video file obtained from Cordova Media Capture's captureVideo() method. I am able to get File using resolveLocalFilesystemUrl() method but when I try to read that File using FileReader, there is no callback event, nor do I…

Somnath Pal
- 1,570
- 4
- 23
- 42
0
votes
1 answer
Access to input attribute
I'm trying to access to an atribute value with Angular, using @Input, but is always undefined.

Violeta Quintanilla
- 41
- 6
0
votes
0 answers
File Upload and TAKE PHOTO option using Input type=file in ionic
I have a file input in my application (ionic 6 and vue 3) and when the it is triggered in iOS i get this three options.
I found here that some searching that these are OS defaults and cannot be changed.
So now the question is there a way to…

thezohaan
- 324
- 1
- 10
0
votes
0 answers
Ionic Angular: Make ionic picker scroll both ways
I am using the ion-picker component in my software platform.
However you can only seem to scroll 1 way and not the other way. My picker is for time so if I want to select the 55th minuet in an hour I/users have to scroll all the way through instead…

Talktomegoose
- 83
- 6
0
votes
0 answers
Display available Wi-Fi networks names both Android and iOS by using capacitor in ionicVue
I want to show all available Wi-Fi network names in both Android and iOS by using capacitor (or)
any other dependency in ionic Vue.
Also Enable and disable the Wi-Fi network from Ionic Vue Capacitor.
Should also Enable and Disable with Bluetooth.
0
votes
0 answers
How can I replicate same functionality as insertPages() (insertPages function is from ionic 3) in ionic 6 with angular 13
I am migrating the Ionic 3 application to Ionic 6. In Ionic 3, there is one function, insertPages(), which will insert an array of pages at a given index in the navigation stack.But now I am using Ionic 6, and for that I am using Angular 13…

Pratik
- 1
0
votes
0 answers
restrict firebase analytics sent events to google analytics based on bundle id
I have created an Ionic application using firebase analytics plugin , and I am sending google analytics events through this plugin and it works fine.
I wanted to restrict the events that I am getting into my GA account to be only from my application…

odai
- 190
- 1
- 5
- 19
0
votes
0 answers
How can I make an Ionic custom page transition that waits for the next page to notify it's done loading?
I have an Ionic (v6) Angular (v15) project where I'd like to have custom page transitions that are split into 3 parts:
The current page blurs
The current page performs some infinite loading cycle (When I try to use blur or opacity here, the whole…

Jeremy Friesen
- 383
- 1
- 3
- 13
0
votes
0 answers
jsPDF.html() function outputs a blank pdf document when called more than once in a session
I have some logic in an Ionic 6 Angular app that outputs a pdf documents using jsPDF v2.5.1. The problem is it only produces a pdf the first time it is called and every time after that I am getting a blank pdf.
async printPdf(elementId: string) {
…

ikertz
- 1
- 1
0
votes
2 answers
How to control Ionic Page Life Cycle using a Service
The following code hides my hamburger menu when not in use and I'm trying to use the following lines of code across multiple components:
ionViewWillEnter(){
this.hamburgerMenu.enable(false)
}
ionViewWillLeave(){
…

beyondraymond
- 11
- 4
0
votes
0 answers
Confirmation dialog before quitting the app Ionic6
I wonna show confirmation dialog before user will quit app.
I found this instruction in the docs
import { useBackButton, useIonRouter } from '@ionic/vue';
import { Plugins } from '@capacitor/core';
const { App } = Plugins;
...
export default {
…

Andrew
- 125
- 1
- 7
0
votes
0 answers
Modal with error message on ios device while trying to share img on instagram with cordova-plugins/instagram, IONIC6
I'm using @awesome-cordova-plugins/instagram for sharing images from my ionic6 application to instagram.
On android works, but on ios pops out a modal with error message.
I tired also with @awesome-cordova-plugins/social-sharing/ngx, again with…