Unexpected token error in Android 5 but not in Android 8
I am building an Ionic app that should work in devices with Android 8 and Android 5. The app uses two Cordova plugins that I wrote my self, and it works perfectly on Android 8, but when I try it on...
View ArticleRecommended structure for nested menu hierarchy? (Multliple menu instances vs...
Let’s say my app has a multi-level hierarchy of content. Say it’s Country, State/Province, and City, for example. The top-level menu has you select a Country, and then the main content shows info...
View ArticleHide Header and Footer on Scrolling with Animation with IONIC VUE
Hello, Could I ask how to make Hide Header and Footer on Scrolling with Animation in vue. I am confused don’t know how to do it. Someone, please help. 1 post - 1 participant Read full topic
View ArticleIonic build taking too much time
Hi I am building ionic apps for Android & IOS using ionic 4 , For hardware dependency i cant run my ionic apps on browser . So each time i change my code to see the code change effect i have to...
View ArticleDoes Ionic Segment able to set smooth scroll?
I try to use the ionic segment component to set a scroll smooth with “scrollIntoView” like below: const segmentChanged = (ev) => { ev.target.scrollIntoView({ behavior: 'smooth' }) } But I got the...
View ArticleIonic build --prod -> CSS mixed up, e.g ion-padding-start
Hi, when i publish with ionic build --prod, the css get mixed up. E.g. ion-padding-start published with ionic build (without --prod) CSS BEA41352×138 28.4 KB OUTPUT Rt9g 11046×882 75.7 KB and here...
View ArticleCan Ionic develop both mobile and web with one codebase?
Sorry if this sounds silly but can I ask whether ionic can develop both mobile and web with one codebase? I mean I started reading ionic official tutorials and created a new project using the tab...
View ArticleMonorepos with Ionic, Vue, and npm
Originally published at: Monorepos with Ionic, Vue, and npm - Ionic Blog This is part three of a new series on monorepos. By the end of the series, you’ll have the tools you need to adopt monorepo...
View ArticleNewbie question: How to do analytics?
I have many years of experience building websites but now I’m building my first iOS/Android app with Ionic. I’m using Drupal 9 as the backend and Ionic React for the frontend. On the web, I’ve always...
View Articlewidth inside
For some reason div is occupying only ~80% of the parent’s width. How to make it 100%? ion-item div style=“width: 100%; padding: 0px; margin: 0px;” /div /ion-item Thank you, Manju 3 posts - 2...
View ArticleWhen searching for layer features in map, the coordinates returns empty
When I try to search layer features in OL map using layer.getSource().getFeatures() through a button event, the features returns with their coordinates empty and with an infinity extent: extent_: (4)...
View ArticleIonic native HTTP causes cordova plugins not to load
I am building an android app that connects to a custom REST server. I was using Angular HTTP client, but it has some problems when running on the actual device, so I decided to use Ionic’s Native HTTP...
View ArticleMinimize modal to the bottom
(topic withdrawn by author, will be automatically deleted in 24 hours unless flagged) 1 post - 1 participant Read full topic
View Articlenyone know about how to integrate cybersource payment gateway in my ionic app,
Please describe the question in detail and share your code, configuration, and other relevant info. nyone know about how to integrate cybersource payment gateway in my ionic app, 1 post - 1...
View ArticleIonic 4 payfort
hi , any one have idea payfort with ionic ? i need make integration pay visa with payfort i used laravel as backend 1 post - 1 participant Read full topic
View ArticleIonic 5 file plugin : copyFile “NOT_FOUND_ERR”
I am following this tutorial The Ionic 4 Media Files Guide (Images, Movies & Audio) | Devdactic - Ionic Tutorials but copyfile Method return an error this.file.copyFile(copyFrom, name, copyTo,...
View ArticleTwo buttons and span/ion-label are not inline
div class=“ion-no-padding ion-no-margin” style=“width: 100% !important; align-items: center;” button1 /button1 ion-label “Hello” /ion-label button2 /button2 /div While the two buttons are inline, the...
View ArticleIon-button and ion-badge vertical align is wrong on hdpi Android
So this is weird. I have the following markup for an ion-button and ion-badge, with the corresponding css. You can see that on hdpi screen (first screenshot), the text labels are incorrectly...
View ArticleIon-item content slides under ion-item-options before closing
Screen Shot 2021-05-15 at 8.54.01 AM708×264 19.5 KB Screen Shot 2021-05-15 at 8.54.23 AM794×220 16.9 KB When I slide my ion-item to close (to the right), the content slides under the ion-item-options...
View ArticleTextarea inside typing same text to entire item-list . e.g xx is typing to...
<ion-item *ngIf="lead_id == item.sch_lead" class="border" > <ion-label> <h2 style="text-align:center; color:black; font-size:20px; font-weight:bold"...
View Article