How to cope with outdated Chrome and Android System WebView
If you can be more specific about what “certain” HTML/CSS you’re talking about, maybe people can suggest alternate ways of expressing it that are more widely supported.
View ArticleIonic 4 - How to set CSS Custom Properties dynamically
karvanj: tried with both dashes If you actually copy/pasted your code directly when posting (which is a really good idea, as it reduces the likelihood of comments like this one), you’ve got a mixture...
View ArticleWhere to store large and permanent offline data
There isn’t a single magic answer here, although the march of time and progress means that limitations today are not nearly as constricting as they were when this thread was first posted. Relevant...
View ArticleThe page scrolls by itself at the bottom when sort an array
Hi everyone! I have an issue with my code. It’s not an error really. It’s just a little bit annoying. I have an array of objects. { name: item.name, checked: false } My template is basically this:...
View ArticleHow to disable double tap zoom on a pwa
Hi everyone! Sometimes, when I double tap a button, the image gets zoomed and there is no way I pinch out of the zoom mode. I don’t know what code to share as I have no clue about this. A good answer...
View ArticleThe page scrolls by itself at the bottom when sort an array
I’ll start by saying that I don’t think I can reproduce your error. I get no view scrolling whatsoever, although I am running in a browser under a tiling window manager, so maybe that inoculates me....
View ArticleThe page scrolls by itself at the bottom when sort an array
Thanks for your answer, man. Great idea, but I am facing some difficulties with it. What happens is that it is actually a subscription where I get the whole array from a db. Think of it as an ordered...
View ArticleThe page scrolls by itself at the bottom when sort an array
Sorry, but I’m having trouble following you. RaulGM: Whenever you buy an item, it should disappear. First off, can I assume that there is only one “me” here? We’re not talking a massive multiplayer...
View ArticleIon-range with dual knob and draggable (fixed) range
Hi there, I´m trying to achieve the following behavior with standard ionic ion-range component: One slider with dual knops but the user can only move the “range bar” on slider. Means the distance...
View ArticleAngular or react
what do you know Angular or React? I don’t really understand why you would ask the question in this forum? If I understand the object of Ionic components, it is that it shouldn’t matter if you want to...
View ArticleNew builds are being overridden with old Appflow deployments
I’ve got a question about setting some rules for the Appflow deployments. I’ve added the Master channel to my app and have successfully been pushing new web builds to my installed application, but I’m...
View ArticleCURD operation using json file
CURD operation suing json file how can i do that any help would be highly appreciated. Thanks in advance
View ArticleAngular or react
thank you for your feedback. i started training with angular and wondering if i should continue angular or think about switching to react. I ask the question to have the opinions on the 2. I find...
View ArticleIonic Dependency in Stencil
I’m currently creating a Stencil Project for me to create Components, i often use in different apps and always have to Copy/Paste. These work with Ionic and use Stuff from @ionic/core, thats why i...
View ArticleIonic 5 App on native devices Android + IOS is not Refreshing Data From REST...
I am creating an app using ionic 5 + angular 8, i am facing issue regarding data refreshing on the android and iOS devices, the issue is when i change the data on website its not reflecting instantly...
View ArticleIonic downloaded file doesn't open
hello, my ts file is: Download() { const fileTransfer: FileTransferObject = this.transfer.create(); if (this.plt.is('android')) { this.storageDirectory = cordova.file.externalDataDirectory; } const...
View ArticleExecute an extern JavaScript-File when the livereload with ionic serve gets...
Thanks for reply, with the help of your comment and the linked thread I was able to implement the extern script.
View ArticleIonic 4 - How to set CSS Custom Properties dynamically
rapropos: If you actually copy/pasted your code directly when posting I did copy my code directly mate! The issue is I originally copied jcn-ithaca code which had the endash and then added the hyphen....
View ArticleAdding a number from firebase and a number from angular together
Hello, I am trying to add a number from firebase realtime database and another number using angular. check(){ firebase.database().ref('users/').once('value', (snapshot) => { snapshot.forEach(snap...
View Article