Change markers opacity
I am using mapbox-gl library there is target list when we click on single target jo main location indicator marker should be remain same other become transparent how can we acheive this and when we go...
View ArticleScreen Orientation - Cordova Plugin
Hello, I have detected that when using the plugin, it has stopped working on iOS devices with the most recent version of the SO (16), has anyone detected the same? 1 post - 1 participant Read full topic
View ArticleIonic export to excel not working
I am new to ionic and when I try to export excel nothing is happening. I tried different things but they all lead back to the same result. here is my code. component.ts export class HomePage...
View ArticleIonic 5 Disable Android Swipe gesture in specific page
I have tried this - import { IonRouterOutlet } from '@ionic/angular'; export class MyPage { constructor(private routerOutlet: IonRouterOutlet) {} ionViewWillEnter() { this.routerOutlet.swipeGesture =...
View ArticleDoes iOS 16 break SVG icons in Ionic/Cordova mobile apps?
Sorry for the partial repost but I’m going crazy on this bug. https://stackoverflow.com/questions/73923428/does-ios-16-break-svg-icons-in-ionic-cordova-mobile-apps We have a very old mobile app for...
View Article**ITMS-90809: Deprecated API Usage** - New apps that use UIWebView are no...
I am getting same error while uploading application to AppStore. Following is the detail information which I used in application. config.xml ** ** ** ** ** ** package.json “devDependencies”: {...
View ArticleIonic works on browser but not on device
I am new to ionic and when I try to export excel nothing is happening on my device but it works on my browser. here is my code. scannedResult: any[] = []; excel: any; contentvisibility = 'show';...
View ArticleIonic Angular: Children Do Not Get Rendered
So this is my app-routing.module.ts: const routes: Routes = [ { path: '', canActivate: [RegisteredGuard], loadChildren: () => import('./tabs/tabs.module').then((m) => m.TabsPageModule), }, {...
View ArticleProp.filter()
I am trying to use google maps plugin from ionic with multiple markers. And when you click on it it will show a pop up. I used filter for this. It works but it still gives this error does someone know...
View ArticleTooltips in ionic 6
hi, i have an ionic 6 / angular 14 webapp. The tooltip package out there which is available for ionic4 simply does not install using npm, as the dependencies are too old and you get conflicts while...
View ArticlePushing same page with different values
Hello, I used to use this line with ionic 3 this.navCtrl.push(CURRENT-PAGE); to refresh the page with different values and have “back” button ready to go back. How can i achieve this with ionic 6...
View ArticlePrevious Page's Background Image is visible when routing to the new page
Page 1 <ion-page> <ion-content :scroll="false" :fullscreen="true"> <ion-row> <ion-col class="min-vh-50 hero-image-container ion-padding" size="12"></ion-col>...
View ArticleUnable to use setFocus() method on ion-input
Error Input Code <ion-input :autofocus="autoFocus" ref="input" v-bind="$attrs" > </ion-input> Setup function setup(props){ const input=ref(null); onMounted(() => { if (props.autoFocus){...
View ArticleAre there any drawbacks to using the regular image tag?
I am not using a list or pulling data from server. I will be using the tag in a couple of static pages for a new app I am building. I want to restore the page scroll but lazy loaded images make this...
View ArticleAndroid alert box and input long press popup issue (Ionic React V6, capacitor...
Ionic React V6, Capacitor v3 Issue 1: On long pressing on any input box, half the screen above the on-screen keyboard turns purple (purple being our app’s base color). Also the cursor’s background...
View ArticleFacing access issue while running first time in MAC
getting access error even after repetetive installations of node & npm. 1 post - 1 participant Read full topic
View ArticleChange the background color of a ion-item on click
Want to change the background color of an item once its clicked but its not working, here’s my css: .itemClass{ --background-activated: red; --background-activated-opacity:1 } using ionic 5 2 posts -...
View ArticleuseIonViewDidEnter and useIonViewWillEnter don't always fire on...
I have an application including several tabs. One of the tabs includes a card that is rendered conditionally as it needs to wait from data to be obtained in the tab hook useIonViewWillEnter. The card...
View ArticleIonic React Test fails: Error probably due to transformIgnorPattern
hello guys I’m somewhat new to ionic react. I’m loving it but couldn’t get to test my code because following the default setup according to the documentation, there’s always an error when I run npm...
View ArticleIs there a way to access the ion-title value in your component?
Is there a way to get the value of the ion-title that was set in your template in your component? Or better yet, is there a way to get the ion-title value when listening to the route changes within...
View Article