V5 native plugins with Ionic 3?
Same major version, yes. I believe so. If by “components” you mean “@ionic-native” plugins, they just all have to share a major version with one another and with @ionic-native/core.
View ArticleError on Ionic Serve
I do not recommend “migrating” a project in place across major version upgrades. Instead spawn a completely new project and parachute your old app code into it once you’re sure it builds correctly.
View ArticleImagePicker to Firebase Storage
samuelv: I’m trying to use the ImagePicker plugin from Cordova IMHO, that plugin is a dumpster fire. I would look for any alternative you can find. I believe @EinfachHans wrote a replacement recently.
View Article"TLS connection could not be established:...
Abst: I’m using ionic5 with capacitor and the advanced http plugin and I was wondering if there was any way to solve this? I would strongly recommend using Angular’s HttpClient instead. Not only is it...
View ArticleAccess to XMLHttpRequest at...
Don’t: needlessly construct Promises do anything with custom HttpHeaders here abuse any out of laziness manually unmarshal and marshal JSON when dealing with HttpClient use providedIn: 'root' Do: deal...
View ArticleImagePicker to Firebase Storage
rapropos: IMHO, that plugin is a dumpster fire. I would look for any alternative you can find. I believe @EinfachHans wrote a replacement recently. Ahah okay i believe you so, actually i tried to use...
View ArticleImagePicker to Firebase Storage
That makes sense. I haven’t used it, but here seems to be the @EinfachHans one.
View ArticleImagePicker to Firebase Storage
Yeah I just found it, I’m gonna try and I’ll let you know
View ArticleiOS 13 ipad simulator hangs after splash screen
I went to publish an update of my app to the app store and they said it hangs on iOS 13 ipad. I investigated in the simulator and this was true. I am getting no errors in Xcode or Safari when I debug....
View ArticleImagePicker to Firebase Storage
Thanks @rapropos @samuelv If you habe any problems - feel free to open an Issue in Github
View ArticleV5 native plugins with Ionic 3?
Thanks for your response! Your answers matched my understanding, but I was having a problem with getting the network plugin working on version 5, and the solution seemed to be to downgrade (just?)...
View ArticleV5 native plugins with Ionic 3?
Hmm. The Ionic Framework v4 alpha/beta lasted 9 months, in retrospect. That’s much longer than I remember. If the comments in the 5.0 beta22 entry in the ionic-native changelog are accurate, then it...
View ArticleAdded Capacitor & removed it. Appflow now giving Capacitor issues
I did, but still i am getting the same error in app flow.
View ArticleGetting ERROR while using the form in IONIC+ANGULAR
First of all, how to codefence. Secondly, formControlName requires that there be an enclosing element somewhere with a formGroup binding (typically this is a <form> element). You didn’t post...
View ArticleIonic bug keyboard not focus on input but open and not writing
when i click on the form it opens me the wrong keyboard text and not number, can anyone help me? Thanks in advance. it doesn’t seem just a stripe problem, if i press on a form but i don’t hit the...
View ArticleUpload app on Apple store Problem
I faced the same issue and solved by following the instruction at the link.
View ArticleiOS 13 ipad simulator hangs after splash screen
Are you targeting iPads or just phones?
View ArticleReact Routing + Firebase + Redirect + Authentication
please checkout this project with addresses authentication with firebase and tabs…
View ArticleIonic react Appflow live updates not working
I am not pretty sure, but you can also guess that the default live update is done in background. It is not blocking process. I think the time to check and download the update is different for the...
View Article