Ionic 5 - vertical scroll not working for normal web page
I am making a web app with Ionic (at least some will be for web only). However I can’t seem to get the page to scroll vertically. The basic html example is below. This works fine in a raw Angular...
View ArticleUnable to show wordpress contact form in Ionic cordova
<ion-refresher (ionRefresh)=“doRefresh($event)” slot=“fixed”> <ion-card *ngIf=“dataPage”> <img *ngIf=“dataPage[’_embedded’] && dataPage[’_embedded’][‘wp:featuredmedia’]...
View ArticleNg model not working. (app.component.html - ionic v5)
ng model not working in app.component.html file. What should I do? Thanks in advance. <!-- Category Edit Form--> <ion-card class="ion-padding" *ngIf="EditForm"> <ion-label...
View ArticleIonic v5 React TSX File Transfer Plugin - Can't Understand Example
I’m new to React and TS so maybe I’m just an idiot but so far I’ve been doing fine building out my app but I need to use the file-transfer plugin and this is where everything breaks down....
View ArticleLocalnotifications fire only if user is in action tab
I have local notifications in my chat app but they only fire if user is in same group page as notification is fired! Example chat group 1: user 1 send message user 2 receive notification if he is in...
View ArticleBranch io redirection to fallback URL is not working
Has anyone been successful in implementing the fallback URL functionality of the deep linking functionality of branch io. My deep linking works when the app is installed. But, i want the link to...
View ArticleHow to use the Background Geolocation Plugin to return location every 10 mins
How do I use the Background Geolocation Plugin in such a way that it returns me the current location of the device every 10 mins even if the app is in the background or closed. Is there a variable...
View ArticleGet an build-error Job name "..getProjectMetadata" does not exist
Hey! Since 2 days I have the problem that I cannot run an ng build (for docker). I get the following message every time: An unhandled exception occurred: Job name “…getProjectMetadata” does not exist....
View ArticleError: Uncaught (in promise): TypeError: this.l_drink is not iterable
Hi, Following this topic: https://forum.ionicframework.com/t/how-to-dynamically-feed-the-this-validations-form/187947/2 , I’m blocked now with this error message: Error: Uncaught (in promise):...
View ArticleScroll assist does not propagate events
Scroll assist prevents propagation of events on iOS which does not work well with a custom Gesture that implements long press event (onEnd never gets called so my timer runs out and triggers long...
View ArticleIonic iOS native date picker is not shown properly
let options = { date: "2020-5-6", mode: 'date' } console.log("picker started"); this.datePicker.show(options).then( date => { it’s not happen in android . I hard coded 2020-5-6. but same error in...
View ArticleBarometer / Air pressure in Ionic / Cordova / Capacitor
Hi there everyone, I’m looking for a way to make my ionic app receive the air pressure from devices. I’ve done this before in Xcode but can’t seem to find a ionic-native wrapper for one of the Cordova...
View ArticlePopover center horizontally, maintain vertical position
I am using a Select with Popover interface. I want to center the popover box horizontally. I found this css to center it in both directions: .popover-wrapper .popover-content{ position: relative...
View ArticleIonic 4 Any file view
I have a requirement where user can view the pdf or csv/xls file in the Application ( pwa - Web and Android app) and download it. I came across the cordova plugins such as ‘preview-any-file’ and...
View Article'Missing Push Notification Entitlement’ Error
Hi All I am using Ionic Capacitor with Ionic App flow. I have recently upgrade my project from Cordova to Capacitor. I have also added Firebase notifications as shown in the tutorial...
View ArticleUIWebView - Apple warning message of Deprecated API usage
Hi, I have been getting mails from Apple saying the UIWebView API is deprecated and must be using WKWebView When I have created a new workspace and didn’t add any plugins and also removed all the...
View ArticleHow to build a Ionic5/Capacitor app for release?
Hi, this is my first app with Capacitor and I have to build this app for Android. With Cordova I build an app with these commands: 1) ionic cordova build --prod --release android 2) cd...
View ArticleCRUD operations
How to perform CRUD operations using capacitors HTTP or Angulars HttpClient without running into CORS errors. I am not getting CORS error while doing API calls from POSTMAN. 1 post - 1 participant...
View ArticleHow to hide tabs in sub pages?
im working on ionic v4 and i need to hide tabs in some pages . how to achieve this ? thanks in advance 1 post - 1 participant Read full topic
View ArticleIonic 5 Tab transition animations
Hi, I have an Ionic 5 React app with tab navigation. I want to implement transition animations when the user navigates to a new tab. How can I implement this? Upon googling this, everyone just says...
View Article