The best client - server in 2020
Hi, what should I use to communicate mobile devices with a web server? I tried Apollo but it does not work for me and there is no support… What is the best approach if this is my first ionic project?...
View ArticleIonic vue - Any sample code to use Ionic Segment with Ionic Slides
Hi Team, I am trying ionic with vue/nuxt. I am looking for a simple guidance or sample code for using scrollable ion-segment with ion-slides. Plan is to show the products based on category. Categories...
View ArticleCapacitor File System plugin
Hi, We have been using Ionic 5 with angular 10, capacitor. A part of our project is to allow users to upload and download files from a blob server like azure. We achieved uploading by using...
View ArticleIonic downloading files
Hi, I’m using firebase for data and file storage. I was wondering if larger files have issues for downloading on to the iOS device. Is there a specific setting in config.xml that I need to consider?...
View ArticleRealtime Navigation with Ionic 🚴
Has anyone done any real-time navigation with an Ionic app way finding between points? I am looking at doing some off road navigation for mountain bikes. I will need some offline capability. Keen to...
View ArticleCan i use live reload in prodution?
Can I use the Capacitor live reload feature in production to redirect to one site that runs everywhere? "server": { "url": "https://example.com", "allowNavigation": [ "https://example.com" ] }, 1 post...
View ArticleIonic-v5 Master detail view with side menu
I need to implement UI on desktop as same as the gmail with reading pane. i.e. master-detail view with side menu. Thanks in advance. 1 post - 1 participant Read full topic
View ArticleIonBackButton not shown with history.replace
Hey there! I wrote a pretty standard CRUD application so far using Ionic v5 / react. In this app amongst other things I am using the following page navigation: List Page > Detail Page > Detail...
View ArticleAdd Component with Ionic-v5
I want to create my own tag. and i get this error ‘app-temp’ is not a known element: 1. If ‘app-temp’ is an Angular component, then verify that it is part of this module. 2. If ‘app-temp’ is a Web...
View ArticleIonic 4 Split-pane sidemenu disappears after navigation click
I want to outsource my navigation in a layout component. I have done all that so far. For testing I created two pages, Home and Contact. When I load the application, everything is displayed correctly....
View ArticleWindow.print()
Hello, In ionic 4 browser window.print () Does not print 3 pages generated from , shows and prints only the first. Any information on this? thankful 1 post - 1 participant Read full topic
View ArticleERROR Error: Uncaught (in promise): overlay does not exist at resolvePromise
I’ve managed to work through my code and eliminate all errors, except one. This error keep coming up and is slowing my app load down, but i can’t find where the problem is. All the other errors have...
View ArticleiOS 12 Http Failure response for url : 0 unkown error
Hello All, I’m facing an issue with my app in iPhone devices using iOS 12. All http calls return http failure response for (https://url…) : 0 uknown error. As I mentioned before I have this problem...
View ArticleFile error code 5 message encoding_err photo library
Current behavior: When I choose some photos from the gallery (example one that is in the Whatsapp folder) it is not possible to copy to another directory Expected behavior: file error code 5 message...
View ArticleMy Computer Started Randomly Freezing
A quick guide to fix freezing issues with the computer Indeed, computers are a great device, but there are times when users might face some issues with the device because of regular wear and tear....
View ArticleSave image/base64/canvas to gallery?
Is there any possible solution to save an image, wheter it is base64 or canvas, in the device gallery? I’m trying to use the Base64 to Gallery Plugin but it just doesn’t work. Here’s my code: const...
View ArticleGet lastModifiedDate from local file
Hi all ! Could anyone suggest please, is it possible to get date when file was created ? I copy file to my phone from desktop and property lastModifiedDate returned me time when I copy file to the...
View ArticleStrange behavior with ion-img, src value is missing last 2 characters!
This screenshot says it all: Screenshot from 2020-07-07 16-30-201366×768 298 KB I print the image source in each card to show that the url is correct. But for some reason, the url is missing the last...
View ArticleWhy we need to use async and await to access most of Ion Modal function?
We can use ModalController to create a modal view. However if we want to use some of the functions provided such as: onDidDismiss(), why do we have to use ‘async’ and ‘await’ on the modal? Can someone...
View ArticleFont sizes and item vertical distances
I find the default font sizes and vertical distances of placed elements way too large for the a phone app. Is there a way to scale all UI items down by a factor? Using Ionic5. I would guess the...
View Article