Can I send a string in the body of post request using native http?
@zhangjun32108 wrote: Hi, I want to send data to the InfluxDB cloud. It requires the data is string in the body . And I have to use native HTTP otherwise I have the CORS problem. I could not find a...
View ArticleEsriLoader wuth ionic 5
@louza287 wrote: I installed esri-loader with ionic 5 framework the map is displayed on browser but after building apk to run on android device the map doesn’t show and I got error message...
View ArticleApp using live reload server when no live reload flag was passed?
@ashleylaverick1 wrote: I am looking to run my app on and android device/emulator. I do Ionic run android and run it in android studio as per. When it loads on the device, there is the below toast: My...
View ArticleDocument viewer plugin in Ionic 4
@YXUN wrote: Hi all, So I want to display my PDF in my ionic 4 app using https://ionicframework.com/docs/native/document-viewer this method. However, I do not want to put it in my app www folder as it...
View ArticleIon-datetime displayFormat ignored in ion-modal
@kdefombelle wrote: I tested ion-datetime with several formats to display the time, it works fine in a normal page but in a ion-modal it always displays the default format (same as if displayFormat...
View ArticleDo AppStore June 2020 requirements apply to V1 apps?
@mphimfo wrote: Back in 2016 I built an Ionic v1 app for a client, and the app is still in use today, unchanged. (And frankly, I’ve been mostly out of mobile app dev since 2017 due to the needs of my...
View Article[Error/Ionic 5] ion-select does not show the selected values
@kaiovm wrote: Ionic: Ionic CLI : 6.0.0 Ionic Framework : @ionic/angular 5.0.0 @angular-devkit/build-angular : 0.801.3 @angular-devkit/schematics : 8.1.3 @angular/cli : 8.1.3 @ionic/angular-toolkit :...
View ArticleIonic Angular / Capacitor Websocket Server running in background
@kks21199 wrote: Is it possible for me to run a background service with ionic? Also is it possible to revive the service, if it is killed? In android, you can run a service with a notification to make...
View ArticleMy recent project is lagging
@peterkhang69 wrote: My project compiled ok but is suddenly lagging infinitely on browser when ionic serve after npm i -g @ionic/clii and @ npm i -g anulgar/cli and npm-update-all … (edited) $ ionic...
View ArticleHow to position icon at end of button in ActionSheetController?
@Sweg wrote: I am able to display the below button in an action sheet controller in my Ionic 5 app: I’m just wondering is it possible to put the icon at the end of the button? So that the position’s...
View ArticleHow to update ion-icon inside ActionSheetController Button?
@Sweg wrote: In my Ionic 5 app, I am displaying some buttons inside an ActionSheetController: cancel1694×653 20.4 KB Here is my latest code: onMechanicClick(mechanicId: string) {...
View ArticleIon menu - ion item href doesnt work
@boel21 wrote: in ionic 5 there is any problem with the ion-menu, i have a ion list using ion-item with href but it doesnt work. I couldn’t make click on the ion item <ion-toolbar...
View ArticleHandle tabs caching and logout
@karamy wrote: Hi, i’m developing an Ionic5 App based on tabs. As far as i understand, the caching mechanism under tab view works calling ngOnInit of a tab component only the first time entering in...
View ArticleHtml 5 video tag on ionic 5
@boel21 wrote: Hello, somebody Knows if the HTML5 tag video is working on ionic 5. i want to reproduce a video wich is in the asset localy but is not working, do I have to use pluging Posts: 1...
View ArticleIon-modal Can't bind to 'formGroup' since it isn't a known property of 'form'
@kdefombelle wrote: I do not know how to use a form in my modal, I get the message core.js:8061 Can’t bind to ‘formGroup’ since it isn’t a known property of ‘form’. the module imports FormsModule and...
View ArticleIonic menu layout clash
@Kil1oGram wrote: Hey I have this problem with my ion menu. Check its layout, it clashes with the bottom layer layout Posts: 1 Participants: 1 Read full topic
View ArticleNeed a Mask for ion-input ionic v4
@damtaipu wrote: Hello, I’m looking for a mask for ion input of the form. I didn’t get anything until now, can someone help me ?? I’ve tried br-mask but return the error: core.js:6185 ERROR Error:...
View ArticleIonic5 - Unable to change the color of toast cancel button
@RaghavendraKumar wrote: I tried everything but unable to change the color of toast cancel button this.toastCtrl.create({ message: messageInput, position: ‘top’, buttons: [ { text: ‘x’, role:...
View ArticleStripe in ionic 5
@AvkAvk wrote: this.plan_id = ‘M’ this.handler.open({ name: ‘NautAlert Monthly’, // Pass your application name amount: 1500 // Pass your billing amount }); stripe handle it open dialog box but it work...
View ArticleiOS support
@erkinalan wrote: I am developing an application with ionic 5 but I heard that it will attract iOS support. Is this rumor true? Posts: 1 Participants: 1 Read full topic
View Article