Mapbox not working on iOS but fine on android
@lunneyd wrote: Mapbox works perfectly in android but for iOS it doesn’t even display the map. It asks can the phone have access to location but that’s it. Any ideas. initMap(lat: number, long:...
View ArticleIonic3 Webpack Chunks
@vicatcu wrote: Hi all, I’m struggling with a need to have my project build with a handful of node_modules libraries separated out of vendor.js into a separate file called mylibs.js. I posted this...
View ArticlesetTimeout not working after a peroid of time on device
@wekas wrote: I am using the code below to auto log out a user when the token is due to expire. It works fine on the Android device for short periods of time (5 mins) but when I test for the hour...
View ArticleSelect-option with Group is missing in Ionic 4
@NikVarma wrote: Hi Team, It’s look like team have missed to add Select Group option in Ionic 4 version. It was there in Ionic 3, Could you forward the request. Posts: 1 Participants: 1 Read full topic
View ArticleHow to change split-pane main page depending on size?
@trollanfer wrote: I have a phone size app, where the home page is a menu leading to other pages. I want to obtain the same behaviour on phone, AND on tablet size this menu on the split pane, and a...
View ArticleLocal storage vs Ionic storage with Ionic4
@ioclaudio wrote: Hi, I have to save app settings such as “token”, “user role” and “language”. I’ve always used local storage to save this data. Now I can see that with Ionic4 you could use the “Ionic...
View ArticleIonic add favorites page help
@muratcankuruoffical wrote: Hi json data item list How to ionic add to favorites ? Samples please ? Posts: 1 Participants: 1 Read full topic
View ArticleHow to work with local storage in a web app
@marcel158 wrote: Hello folks! I am very new to ionic and developing my first application. This application will be only for personal use. Hence I will have to use it as a web app and not publish it...
View ArticleGetting javax.net.ssl.SSLHandshakeException
@sedar wrote: i am stuck at this issue suddenly this error. some ssl error showing . How to resolve it ? > cordova build android Android Studio project detected...
View ArticleCan't disable img zoom using ion-slides
@Heihachi88 wrote: Using with Vue 2.6: <ion-slides pager="true" :options="slideOpts">...</ion-slides> Then defining options in created() method: created() { this.slideOpts = { zoom: false...
View ArticlePassing data between Tabs in Ionic
@rohankapurmobile wrote: Is there a way to pass data to and between tabs in Ionic? I know Ionic 3 used to have an events system, does Ionic 4 have anything similar? Posts: 1 Participants: 1 Read full...
View ArticleHow to debug Ionic4 with WebStorm?
@ioclaudio wrote: Hi, I can’t debug an Ionic4 app with WebStorm, because the breakpoints don’t work. To configure the system I have done these things (according to this article): On Ionic app: Added...
View ArticleIonic 4 + Stencil custom component: "error TS2304: Cannot find name"
@_oliver wrote: My Stencil folder is part of the overall Ionic 4 app/project. The Stencil part works flawless and produces a 100% correct components.d.ts file with global declarations, such as...
View ArticleIonic 4 + Angular 7: How to print a page
@hareldvd wrote: Greetings, I have to implement a mechanism to print a page or a section in it in Ionic 4. On Ionic 3 I used the mechanism as explained in: [Ionic Tutorial] Print a current Page/Div...
View ArticleAdd additional grid breakpoints? ionic-v4
@joelmeaders wrote: Hi everyone, I searched and I couldn’t find this via google or in here. How would I go about adding additional breakpoints to the grid? The default breakpoints are great for mobile...
View ArticlePlatform Pause Resume not firing in Capacitor
@wekas wrote: Does anyone know when this will be resolved? I can 't use plugins either as I am on an old webview version. Capacitor – 24 Dec 18 Platform.pause / platform.resume not working? I’m using...
View ArticleIon-item-sliding icon control - v4
@javasol wrote: Hi, I have two questions pertaining to a list of ion-item-sliding items. I have a list of ion-item-sliding items that for some of them I want to hide the sliding arrow. Is this...
View ArticleUsing ion-datetime programatically
@loki9182 wrote: In Ionic v4, I’m trying to figure out how to open a datetime picker programatically without the need to have an ion-datetime tag in my html. What I’m trying to do is have a button...
View ArticleHow to use local storage to save this form data?
@Fares95 wrote: I have this code in .html : <ion-header> <ion-navbar color="tertiary" hideBackButton *navbar> <ion-buttons left> <button ion-button icon-only menuToggle="left">...
View ArticleSomething missing me in local storage please help ! i tried all my best but...
@Fares95 wrote: i have a form and i wanted to store the values of the data after submitting it after i tested it there was error my ts: import { Component } from '@angular/core'; import {...
View Article