Applying model in Ionic app
@lunneyd wrote: Does anyone know if I have a model in python is there any way to use this model in Ionic or does it have be in javascript(typescript) Posts: 1 Participants: 1 Read full topic
View ArticleIonic 4 : CSS (shadow DOM ?)
@EnzoDLP wrote: Hi, I’m new on Ionic V4 and i don’t understand how to ovveride thing like here the range-knob i wan’t him with a black border. If anyone can explain too me, thanks you very much Posts:...
View Article[IONIC 4] Tabs, scroll to the top when already in the page
@EnzoDLP wrote: Hi, Before i was on Ionic V3 and i used this method to scroll to the page when i was already on the tab pressed and thas was perfect but now on Ionic V4 is not working anymore the...
View Article[IONIC V4] Back button + Tabs is always redirecting on the TAB 1
@EnzoDLP wrote: Hi, I just update my app on Ionic V4 and i got a problem. I have a tabs with 4 tab. When i am for exemple on the tab 4 and i go on a child page and then i press the back button for...
View ArticleIonic 4 router problem with resolver
@ebeliejinfren wrote: Hi i use resolver for navigate to page according to this tutorial 1 - but when i change tabs it reload page. it’s happens when back (back button) from child page to parent page...
View ArticleIonic google maps polyline undefined
@aligassan wrote: I am trying to get latitude and longitude from data json api for flight route and that data json api content arrays , you can see link below . l want to display on google map...
View ArticleIon-select not all options are displaying
@Fatfree wrote: I have an ion-select component with 11 options but only the first 5 show up in the alert. A scrollbar appears but scrolling down doesn’t reveal the other options. I can click in the...
View ArticleNew object instance with imported argument
@avi112211 wrote: Hi all, I’m new to Inonic. My question is, I have this class that I’ve created: import { HttpServiceProvider } from './../providers/http-service/http-service'; export class...
View ArticleIonic 4 + SQLite - Load sql file
@ejamartins wrote: Hello, guys. I’m creating an ionic app using version 4 and now I’m looking to find a way to load a SQL file to initialize the application. I didn’t find a way to load a file using...
View ArticleIonic 4 - How to access Samba Share folder files in local network?
@jerrychong25 wrote: Hi all, I would like to access Samba Share folder files in local network using Ionic 4 framework, with following functions: -To detect all existing files -To delete specific file...
View ArticleIonic 4 - How to detect local network hardware device using WIFI?
@jerrychong25 wrote: Hi all, I would like to detect local network hardware devices using WIFI in Ionic 4. (In this scenario, mobile phone have no internet connection at all) I search on documentation,...
View ArticleShow Ionic 4 Modal From Component
@sumodevelopment wrote: I’ve been fighting with this for hours but I have had no luck. I created a button component that should trigger a modal and handle the response in the component. I just can’t...
View ArticleIonic HTTP returning different response on Android
@mvducatti wrote: I’m making a HTTP Get call to my API. My POST works fine and returns the correct response body. When I run as Ionic Serve, my GET also returns the correct body with the object, but...
View ArticleHow to create submenu items within a menu item in ionic 4?
@Camilandia wrote: I have issues with creating submenu items within a menu item. How do I do this? Since I recently downloaded everything, I assume that I have ionic 4. Don’t know where to find out,...
View ArticleUpdate capacitor in an existing app
@davidcostello wrote: I need to update Capacitor in my app from version 1.0.0-beta.17 to the current 1.0.0-beta.19 I followed the instructions on this page...
View ArticleHow to put my self-made icons next to menu and submenu items?
@Camilandia wrote: I have tried for hours to accomplish this. How do I put my self-made icons next to menu and submenu items? I have made some icons in illustrator and saved them as svg, but I cannot...
View ArticleIonic 4 Http failure response on ios
@mubharaq wrote: I have built a woocommerce marketplace app. everything works fine on browser and android. But on ios i get an unknown error response from http. Please, how do i go about it. here’s...
View ArticleProxy error on Android 6 device
@wekas wrote: Hi, I am getting the following error (see image) when running a very basic Ionic 4 / Capacitor app on an Android 6 device. I think it is because the the Android system webview needs to...
View ArticleAlert works but not const alert = this.alertCtrl.create({
@lunneyd wrote: Anyone able help this frustrating issue. I have simple if statement and the alert works fine but const alert = this.alertCtrl.create({ doesn’t show up on screen for some reason. First...
View ArticleCreate just one alert, not 10
@lunneyd wrote: Does anyone know if they is a way that if an alert goesf do not show another alert even if the if statement true for a minute. Is this possible. So it shows alert currently but if I...
View Article