Update componentProps Parameters
@MhmdKorhani wrote: I have already passed some parameters within componentProps, but is cannot update these parameters dynamicaly is there any way to do that? const loading = await...
View ArticleExecute script during install/serve
@IonReactorX wrote: Hello all I’m using Ironic React with Capacitor. Is ist possbile to execute Javascript during serve/install? I want to same text files with settings setup during the serve/install...
View ArticleGoogleMaps Messing Up Modal on Ionic5
@iconio wrote: Hey guys, I’m having issues with the GoogleMaps and the new ‘swipe to close’ modal. My issue is that the class _gmaps_cdv_ that gets attached to the body by Google Maps is changing the...
View ArticleSupport of larger text sizes for a11y
@MMK050403 wrote: Hello, does capacitor have a way to support larger text sizes? For example, by allowing pinch to zoom. I also noticed that dynamic type for app font sizes does not seem to be enabled...
View ArticleMaster-detail splitpane with ionic 4/5
@Rasioc wrote: I try to set up a master-detail view with split panes, in which both sides can be exchanged during navigation. I found this working for ionic-3...
View ArticleOverlaying two pictures... difficulties
@AIBug wrote: Hello! I’m trying to overlay two pictures. And though I can do this, I’m having trouble overlaying the picture that i actually want. The page shows a profile picture and a background...
View ArticleionViewWillLeave Cancel Navigation
@alokjkumar97 wrote: I have a view with a form and an ion-back-button. I’d like to show an alert box which warns the user that their changes will not be saved when they select the back button. If they...
View ArticleI try playing local device files using howlerjs but it does not playing. File...
@SudarshanBabar wrote: I am able to play file in assets folder but getting error in playing from externalroot directory Posts: 1 Participants: 1 Read full topic
View ArticleBackground Geolocation Mode - PUT Request is not working
@juan9222 wrote: Hi Ionic Community, I’m having a problem with Background Mode plugin: Ionic Docs Background Mode - Ionic Documentation Ionic is the app platform for web developers. Build amazing...
View ArticleConvert number to float on ngModelchange
@mehraj786 wrote: amount782×493 20.3 KB hi how cam i show amount as 8.00 when i enter in textbox here i am using ngModelchange function saceData(amount){ console.log(“amount=”,amount);// here i need...
View ArticleError when installed FCM plugin
@Galilo wrote: I am trying to use push notifications ( firebase cloud messages), following this tutorial (here), I have installed the plugin ( ionic cordova plugin add...
View ArticleInApp Browser stop loading the page
@bhamra wrote: Hi, i am trying to use InAppBrowser to open external links. After importing InAppBrowser in module and ts file my page stop opening Here is the code html file <span style="float:...
View ArticleHow to dismiss LoadingController once method is executed in Ionic Angular app?
@Sweg wrote: In my Ionic Angular app, I am creating a LoadingController in the below method: Conversation-detail.page.ts: onSendMessage() { this.loadingCtrl.create({ message: 'Sending Message...'...
View ArticleUse ionic icons of v5 in ionic 4
@Rashadab wrote: (topic withdrawn by author, will be automatically deleted in 24 hours unless flagged) Posts: 1 Participants: 1 Read full topic
View ArticleEvent subscription disappeared after upgrading to ionic 5
@Rashadab wrote: I was using this to subscribe for a Topic in ionic 4. But now since it is no longer existing in ionic 5, I am wondering how to subscribe to a topic instead....
View ArticleAppflow's eslint
@geshjosh wrote: Can anyone share the eslint Appflow uses? it doesn’t seem to use the local one. So every time I try and build my project on AppFlow I get a lot of errors I wouldn’t otherwise get....
View ArticleProblem Checking Network Connection in Ionic 4
@YXUN wrote: I am stuck. I tried various ways on POPPING A MESSAGE OUT when the user can’t get any access to the internet but none of them works for me. Tried using the network plugin, fail and also...
View ArticleImage Detection
@franciscocab wrote: Hi. I need some help, I want to add an image object detection module in my application. It should detect the object in the image and tell me the name. I want to avoid using Google...
View ArticleRouting Problem to another view
@fabian1302 wrote: Hello, I have a problem by making an app with Login Page. I want to route from the Login Page to a Tabs Page. I get the following error: Error: Uncaught (in promise): Error: Cannot...
View ArticleregisterBackButtonAction exit the app
@deathrake wrote: hello experts, I was trying registerBackButtonAction on my Exisitng app as well as on new blank app. but the issue i was facing is that on pressingbackbutton it exits the app but...
View Article