Doesn't asks for permissions on initial load
@divyasmehta wrote: I have an ionic project. I am deploying this app into android. I want to access device’s microphone for which I have added permission in AndroidManifest.xml: I have also added...
View ArticleButton is aligned right in the toolbar but the icon is not shown
@UnnatiPatadia wrote: Button is aligned right in the toolbar but the icon is not shown. Only white box appear. .html <ion-header> <ion-toolbar> <ion-buttons slot="start">...
View ArticleIonic 3 Native Audio Not Working After On DB Meter
@leongofcom wrote: I have a problem playing audio with native audio after trigger the db meter. The code work fine on android but not on ios. The audio can play and can set volume but after trigger...
View ArticleHow to use scrollToBottom with IonContent in React
@gaweleczek wrote: Hi, I’m building a chat app and I want to make sure that the user always sees the bottom of the list of messages. <IonContent ref={this.messagesRef}> and then I call this...
View ArticleRuntime 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 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 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 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 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 ArticleInapp browser post data
@mehraj786 wrote: hi can someone know how to pass form data to inapp browser url in ionic 4 Posts: 1 Participants: 1 Read full topic
View Article