Stop Audio Media From another page
Hello, I am playing audios in an ionic app with cordova media plugin. when i navigate a way from the audio page, I want the audio to stop because it’s causing an unexpected behaviour that allows users...
View ArticleIs it possible to get a reference to the underlying Stencil Web Component?
In my use case I need to find a way to be notified when a component has fully rendered so that I can get its size. I came across this discussion in an issue thread:...
View ArticleCORS issue when uploading to AWS S3, and I'm not supposed to use cordova or...
I’m using http get methods and subscribing to the data that I need to read. Here’s the example code getC(a,b):Observable<any> { return...
View ArticleUIWebView issue in iOS
ITMS-90809: Deprecated API Usage - New apps that use UIWebView are no longer accepted. Instead, use WKWebView for improved security and reliability. I have updated all plugin and cordova platform,...
View ArticleIon-footer animation lags after page destruction, if based in a component
As an angular user for many years, I’m used to components reuse. considering this scenario on Ionic 5 with Angular 11: <ion-header>...</ion-header>...
View ArticleCan we write e2e test cases for in-app-browser?
In my project I am using in-app-browser for login functionality. The code works fine and as expected. But I am wondering how to write e2e test cases for in-app-browser ? e.g. if in-app-browser opened...
View ArticleHow I can create list category from API that use inner join MySQL?
Hi I’m newbie in ionic. So ,my issue is when I click education category which is bachelor , I want to display all courses and universities under that category. I don’t know how to do that in ionic....
View ArticleAccess :host css variables from inside split-pane
Hello, I’ve set the css variables for the ionic theme, it is loaded by my main style.scss : :root { --ion-color-primary: #25a; //... some other colors } I can access --ion-color-primary from the app...
View ArticleAny example for php mysql crud using ionic vue
Hi , I need example for creating Crud in ionic vue using api for php and mysql. 1 post - 1 participant Read full topic
View ArticleProperty binding "slot" doesn't work at ion-tab-bar
Hi! I need to place ion-tab-bar on bottom when the platform is mobile, and on top when is not mobile. I used property binding in ion-tab-bar: <ion-tab-bar [slot]="platform.is('mobile') ? 'bottom' :...
View ArticleProduction cases of Vue web SPA, iOS and Android
This is a pretty general question, but can the Ionic framework provide a platform for building an app from the same code base for web AND native mobile devices using Vuejs? If so, would anyone be able...
View ArticleIon picker option with custom height
Ion picker with custom height doesnt align to center ion picker optionsSin título321×568 22 KB Create a picker, set any cssClass to pickerOptions .pick-class { --max-height: 35vh; &...
View ArticleIssues with scoll position ion-content children components
I have been struggling to get a solution to this and its driving me nuts! Here is the basic code layout <ion-content> -- a bunch of code <child component 1> // made up of ion-lists using...
View ArticleFile Provider Not Working
Hi All. I am trying to implement the file provider so that I can write files that I have saved on my app to my server and then save in the DB. Doing the following to create the file works perfect:...
View ArticleIonic Vue Modal shows content twice
Hi In an Ionic Vue app I’m trying to display some simple content in a modal. However the content is always displayed twice. The same happens if I use the example from the ionic page...
View ArticleAWS Authenticator in Ionic - Need some basic help please
Hi, As you might see, I am very new to Ionic / Angular and now AWS. I am starting an application that makes use of the AWS Authenticator described here:...
View ArticleWhat is running out of the ngZone in that case
Hi all. I’m having that piece of code outside the in html <div class="diagnositcs-overlay ion-padding" [hidden]="hideDiagnosticsOverlay"> <h3>Performing some diagnostics</h3>...
View ArticleGet item data by item onclick event
This is my component: export const ProductList = ({products}) => { const getItemData = (e) => { console.log(e.target); }; return ( <IonList> <IonListHeader> <IonLabel>Productos...
View ArticleHow to tell when Ionic has loaded in plain JS
Does Ionic have a means of notifying when it’s loaded. I’m uisng no framework and loading it in a script tag. I get errors if I try call Ionic methods immediately on an ionic component, for example,...
View ArticleWhy is it necessary to import Ionic components?
Looking at Quasar, Vuetify, and Nuxt, Ionic is the only framework that requires you to import the tags/components that you are going to use in a view. Why is that, and is there a way of auto-importing...
View Article