Alert with Fisher – Yates shuffle / Market App
I’ve a list of market items, every time the customer confirms the alert, the list must be mixed up. I’m using Fisher - Yates shuffle, but when I look at the “serve --lab” result, the shuffling doesn’t...
View ArticleFormat from ionic-datetime keeps changing when selecting a new date
Hi all! I’ve been struggling with the ionic-datetime component today. So I have this piece of code in my .html: <ion-item class="container-date" lines="none"> <ion-datetime...
View ArticleMulticamera management
Hei there! I got a problem. Using the camera plugin I can get the CameraDirection. The problem is that for some phones (e.g. Samsung A51) having FRONT or REAR is not enough to use the desired camera....
View ArticleHow to use plyr with ionic 5
Hello I have use ionic 5 with anglur I find HTML5 player github.com sampotts/plyr A simple HTML5, YouTube and Vimeo player. Contribute to sampotts/plyr development by creating an account on GitHub. I...
View ArticleHttpClientModule multipart/form-data auth
Hi, I’m working on it for days and don’t know what to do anymore, so my problem: const headers : HttpHeaders = new HttpHeaders() .set('Authorization', `Basic ${btoa(this.PUBLISHABLE_KEY)}`)...
View ArticleComponents style dynamic
Hi, i have implemented a image lazy loading component in my ionic app. And i am passing url and background size parameters to my component. I want to add background style for my root like I mentioned...
View ArticleOpen PDF with specified page no
Like web http://www.pdf995.com/samples/pdf.pdf#page=4 is there a way to open a PDF file with a specified page no by using FileOpener from '@ionic-native/file-opener/ngx'; 1 post - 1 participant Read...
View ArticleKeep Up-To-Date Strategy
I would like to adopt a strategy to keep my ionic projects up to date by dedicating time to them at a gentle cadence to avoid finding myself with too much work to do and maybe leaving some projects...
View ArticleSlow back to Home only on Android
Hi everyone, I’m new to ionic, and I’m developing my first application with it, it’s almost finished, but I have a problem that only occurs on Android devices, while on IOS and WEB I have no problem....
View ArticleSelectedText/Placeholder Alternatives?
Hi there, I currently have a settings area in which I get the values from the user’s settings from the database. I want to display it to the user but I find that a placeholder makes the text muted and...
View ArticleIonic react installation error
Hi all, I am very very new to Ionic, I follow the tutorial and just want to install the ionic react, but after run: ionic start and input the project name, then I got this error: ? Starter template:...
View ArticleSlide pagination aligned with button
I need to insert a slide for a tour page and align the pagination with the next and return buttons. But I’m taking a beating to do this. I tried aligned using display inline amd the result was not ok....
View ArticleIonic Web App on Safari Flickers, Hides Elements
Hi all, I am hoping for some help with a broad problem I’m having. I am experiencing a raft of visual errors on my Ionic web app on Safari with no apparent root cause. My app is live at this URL:...
View ArticleIonic-native/http setSSLCertMode
Hi, I’m trying to do a post to an https endpoint and I get the error “ls connection could not be established: javax.net.ssl.sslhandshakeexception: java.security.cert.certpathvalidatorexception: trust...
View ArticleIonic 5 conflict package.json
I am install any Cordova plugin after run ionic serve that time show error [ng] An unhandled exception occurred: The target entry-point “@ionic-native/device” has missing dependencies: [ng] -...
View ArticlePrevent to refresh tab with leaflet map in tabbed react app
Hello everyone I am kind of new in react/ionic and I writing tab app with ionic/react with this version. Ionic Framework : @ionic/react 5.2.2 As for the title I am writing an app using the ionic...
View ArticleBuild Prod failed. Could not find cordova.js script tag. Plugin loading may fail
Could anyone suggest please, what is going wrong ? When I am running ionic cordova build ios --prod I see white screen with errors… TypeError: undefined is not a constructor (evaluating ‘new...
View ArticleCreating favorite list in Ionic5 for four separate categories
Hi, I am trying to get help with populating a favorites page (list of favored items) in Ionic5 app. It has tabs for films, people, planets and starships and a favorite service for all. I’ve created a...
View ArticleIonic app accidently closed by hardware back button
I am using fcm push notification. After click on notification (when app is in background), i did route to component inside platform ready. When i pressed the hardware back button instead of going to...
View ArticleUndesired border around ion-button
Hello guys, Im using ion-button component and i changed its default border radius. Everything is fine with button until i put some type on it. Example if i set its type to submit or button it will get...
View Article