Ionic asset file location for web and devices with angular http
I’m trying to read file from asset. My code is: import { HttpClient, HttpParams, HttpHeaders, HttpRequest } from "@angular/common/http"; . . assetURL: string = "../assets/"; androidAssetURL: string =...
View ArticleUnable to play recorded with MediaCapture.captureVideo
This resolved a similar issue I had. Thanks!
View ArticleCapacitor 2 and Security
Can you elaborate and provide links about the Cordova’s XSS issues?
View ArticlePush notification in native app using ionic capacitor
That tutorial is called “Using Push Notifications with Firebase in an Ionic + Angular App”, so it assumes you are developing an Ionic app already. You don’t really need to convert your app to be an...
View ArticleSkadate Ionic app setup
Hello @qplay I am happy to assist. Please skype manish.osuniverse or mail manish[ a t ]ost[dot]agency
View ArticleResponse with status 0: for url:null in Android 9
Did you solve it? I’m really having trouble
View ArticleAutoplay native audio ionic
Does anyone know how to put autoplay with native ionic audio?
View ArticleHiding div after clicking on a button
somethingClicked: boolean = false; hideOnSomethingClicked() { this.somethingClicked= !this.somethingClicked; } include this on this on the tag you want to hide [hidden]=“somethingClicked” or...
View ArticleCan anyone get @TeamHive/capacitor-email to work?
The part about “Could not resolve project :capacitor-android-plugins” looks like you are in a very old project that got updated recently as :capacitor-android-plugins was renamed long ago to...
View ArticlePWA - How to access Cordova plugins in PWA web applications ?
(post withdrawn by author, will be automatically deleted in 24 hours unless flagged)
View ArticlePWA - How to access Cordova plugins in PWA web applications ?
No need to apologise. I think if you try 99% of all Cordova plugins which aren’t the major ones (and including some major) you’ll find they will not work. So much so to the point it’s a pointless...
View ArticleMake compare between today and another date
Hi Tubiss, You shouldn’t compare two objects with “==” / “!=” operator. If you want to check if this two dates are the same you can use if (this.today.getTime() === this.eventDate.getTime()) {} You...
View ArticleIonic 4 In ion-select i want hide default icon add my png down icon
Hi! the easier way to hide the default icon is to do this. ion-select { color: transparent; }
View ArticleJSON local
How can I get the code I used to have in Ionic 3 to work? I could consult a JSON and pass it to a list, now it’s no longer useful import { Component } from ‘@angular/core’; import { IonicPage,...
View ArticleApple review found problems on iPad running iOS 12.3.1 (ionic 3)
hello, I am facing a similar issue. I have an application that is running fine in my real iPhone with iOS 12.3.1. It also runs fine with iOS 12.1 and 13 on the iPhone and iPad simulators. I have...
View ArticleIntroducciones en español - Spanish Introductions
No problem at all! hope you had fun during your holidays. I just asked out of curiosity! I will keep an eye on this loop. Thanks
View ArticleCLI: ionic cordova run/prepare android using wrong icon
I did create a special icon.png wich should be used when i pass a custom flag to the command line like so ionic cordova run android --device --myflag. My custom hook sees this flag and copies the...
View Article