Ionic 5, Vue and Typescript
Hi I’m migrating a ionic 5 angular app to ionic 5 Vue. Am wondering if its worth using typescript as well. I’ve got no working knowledge of typescript, and minimal java script knowledge. Mostly using...
View ArticleError while run app on device using ionic capacitor
while run in android studio while run in cmd how i can solve this, please help me 1 post - 1 participant Read full topic
View ArticleAndroid crashes when using Foreground Service plugin
Dear All, we are using the Foreground Service plugin as per Foreground Service - Ionic Documentation On the Play Console, we have lots of crash reports java.lang.NullPointerException → Application...
View ArticleIonic-content not displaying
I am new to ionic and stencil. I have a basic page and it is not displaying the content inside the ionic-content tags. I can see it in the DOM and that the page has reserved space but it appears to be...
View ArticleFrom capacitor to cordova
i created a capacitor project and i want to change it to cordova project what should i do ? 1 post - 1 participant Read full topic
View ArticleHow to reset state/history of a tab when change to another tab
Hello everyone, Here is what I want to achieve: I’m on Tab1 's subpage or even subpage’s subpage and I click on Tab2, here on tab change I want to reset Tab1 state/history so when I came back I want...
View ArticleHardware backbutton Issue with ion-tabs
I have an app with 3 tabs. The main one has a list of items that when clicked open a page with item details. I’m using this code below to exit the app when the hardware back button is pressed on...
View ArticleWait the end of a function before to start the next ionic 3
here’s my code home.html <form (ngSubmit) = "submitforOTP()"> </form> home.ts submitforOTP(){ . . this.send() console.log("code received"); this.codesent = true; } send(code_country,tel){...
View ArticleIonic 5 - read Json File in asset folder
How do I read a JSON file that’s located in the Assets folder? In Angular/Ionic 5 I did the following: this.http.get(’/assets/data/somefile.json’) I’m using Axios in order to retrieve external API,...
View ArticleIon menu issue
I have build my Ionic 5 app and have a sidemenu on my home page . When I swipe to open my side menu immediately after the app loaded, the app freezes. Here is the error stack. What is the possible...
View ArticleMaster detail views in ionic react
Hi, I’m trying to do this master-details layout responsive for tablets and mobiles, but I don’t find any example. All example i get is a sidebar menu like, but I’d want to keep it like in the image. 1...
View ArticleMigrating from v5 to v6
Hello, i have a project with ionic 5, angular and cordova. How do i migrate to ionic 6? Thanks 3 posts - 2 participants Read full topic
View ArticleMultilevel menu like mmenujs
Hello! I woud like to make multilevel menu like this https://mmenujs.com/ Thereis an component only for single-lvl menu. What is best to use? Many thanks! 1 post - 1 participant Read full topic
View ArticleIonic Document Scanner
Hello Team, I am planning to integrate document scan into my app. I just done with implementation but not able to see auto scan option same like iOS device scan. Please help me to integrate exact...
View ArticleServe, build with different environments
Hello, Can’t find any documentations of how to serve or build ionic-vue app with different env I saw there is --configuration flag but don’t know where to put config and how config should look like. I...
View ArticleDisable scrolling when disconnecting ion-textarea
Hello, I have <ion-textarea disabled = "false" autoGrow = "true" [value] = "fileContent"> </ion-textarea>. When clicking on an element it starts scrolling to the end of the text. Is it...
View ArticleSVG on ionic is blurry
I am not sure why my SVG image is blurry I thought the whole point of SVGS are that they can scale correctly to dynamic sizes. Do you think its because the height and width ratios are misaligned?...
View ArticleIonic Page and component relationship
Good morning everybody and good coding! I’m building an app using Ionic 6.17.1 and I’m facing what I think is a basic concept but I’m not able to figure it out regarding the use of a page and the use...
View ArticleMake first item in dynamic radio group checked on m
Hi, I want to have the first item of this radio group checked on load. The radio group gets created dynamically. <ion-radio-group id= 'radio-group' mode='ios' value='chairs'...
View ArticleConditionally redirecting to another page
Using Ionic React, I am trying to Redirect a user to a different page based on some state - for this example, it is local storage but it could also be remote state however retrieving this state is...
View Article