Runtime Error: Maximum call stack size exceeded
@magu97 wrote: Before further explanation let me clear that there is no issue with the code written that might cause recursive issue. When I run “ionic serve” the tab opened in the browser shows the...
View ArticleIonic scroll div with another div
@Astrix wrote: Hope someone can help me with my problem: I have a content full of data, of which I scroll through and have a next() button in my footer which handles several tasks. The next button is...
View ArticleNew components not adding to app.module.ts
@Esnagar wrote: Hi everyone! I’m starting with Ionic 5 + Angular so I’m watching a lot of tutorials. Today I realized that, when I create a new custom component, Ionic doesn’t add it automatically at...
View ArticleIonInput masking
@austin43 wrote: Hello, I’ve been trying to implement a phone number mask on IonInput. imask and each third party library I’ve tried requires the native element as a reference (IonInput as the...
View ArticleRetrieving all data at log in
@mell0 wrote: Hi Guys, I’m pretty new to Ionic and I’m creating a mobile app and was thinking to execute all database retrieval asynchronously after the user logs in and perhaps listen or like have a...
View ArticleMore than one radio selected in radio-group with ngFor
@rwinford77 wrote: I am having a problem using ion-radio-group with an *ngFor. The radio group displays properly, but it doesn’t unselect a radio button when I click on a different one. So, If I have...
View Article[Ionic 5] Pinch gesture
@pabloo87 wrote: Hi, i’m using Ionic 5 and trying to make a pinch gesture. I notice that there’s no out of the box solution for this so i’m trying to use ionic 5 gesture api to make one, but it seems...
View ArticleBrowser-tab plugin does not work on android
@PauloFrediani wrote: I have been developing an app with ios only but now that I am trying to implem,ent openID authentication to my app after adding @ionic-native/browser-tab to implement the...
View ArticleSide menu navigation problem after switch between pages
@irelevant wrote: Hi. I am new in ionic and angular and I am trying to create a single page with authentication. I have side menu different for user and visitor. My foled structure looks like this:...
View ArticleRouteguard and localstorage
@argoflo wrote: Hi, I’m new on Ionic and I’m building my first app, I’m trying to use routeguards to keep some routes secure the problem is than I store the token on localstorage And when a user Is...
View ArticleIonic with Angular JS
@w3bnetau wrote: Is it possible to use a recent version of Ionic cli along with AngularJS rather than Angular? I have tried --type=ionic1 with the Ionic cli, and I have tried creating Apache Cordova...
View ArticlePush Notifications with OneSignal not showing pushToken
@C_shubham wrote: Hello, I am using ionic 4 react, i have integrated oneSignal push notification but i didn’t get push notification. Push Notifications with OneSignal does not showing pushToken, Code:...
View ArticleIon-select scrollbar interface popover
@Blackace12 wrote: Is there anyway I could add a scroll bar inside an ion-select interface='popover'? I can’t seem to find a way to do this. Posts: 1 Participants: 1 Read full topic
View ArticleUsing ionic@lab
@hemangshah-in wrote: I’m running ionic serve --l command and it will open a ionic lab screen where I can see my app in ios, android and windows, I can also open it in a new window. But problem here,...
View ArticleIon-popover
@hemangshah-in wrote: I’ve used ion-popover from the framework to show a angular component as a popover. It has single/multiple selection functionality as well. It works fine as a pop over, it will...
View ArticleIonic3 read content provider?
@kjhnice77 wrote: ionic3 read content provider ? I want to use getContentResolver (); in Android Is there a way provider can be used in ionic3? Please help me if there is a way. The module below...
View ArticleIonic3 web intent can you help me?
@kjhnice77 wrote: How can I get the value sent by Android from ionic3 as below? I know a module called web intent, but it doesn’t work, there are no examples at all, and I can’t figure out how to do...
View ArticleAppFlow dev workflow
@richardshergold wrote: Interested to hear from anyone using AppFlow (we are in our 30 day trial at the moment). I had assumed I would continue to do my own dev builds locally and work that way and...
View ArticleIonic Prod Build Error
@osmancansiz wrote: Hello, When i build with --prod got this error message; Error: Cannot activate an already activated outlet activateWith@ionic and i have a tabs, no action in tab1 page component....
View ArticleBottom ion-tabs overlapping on last portion of ion-content on iOS devices
@TanmayMule wrote: Ionic version: 5.0.6 Current behavior: On iOS devices last content inside ion-content getting overlapped by ion-tabs located at bottom. Even user tries to scroll to bottom content...
View Article