Padding classes not working on ion-text?
@honzapoboril wrote: Is it possible in ion-content to have some elements with and without padding? In my tests class="ion-padding-horizontal" or class="ion-padding" woks only on <ion-content>...
View ArticleAre there any significant differences between using lazy loading modules or...
@Thugmaster wrote: As I know lazy loading modules reduce first loading time but if we talk about mobile apps where all output js bundles located together. Seems there is no difference in performance....
View ArticleHow to update your marker "live" in Ionic app using Google Apps
@Sweg wrote: I am trying to add a “live” marker to my ionic app using Google Maps & Geolocation. With the below code, I’m able to add markers to my app when my location changes. But instead of add...
View ArticleExclude header/toolbar/navbar from page transition
@tim-tx wrote: There seems to be a standard page transition animation where content slides upward as it becomes visible. I have a navbar component that sits in the header of all my core pages, like:...
View ArticleUsing Ionic serve an older Ionic 3 app
@larryknoxweb wrote: if you have been building ionic 5 apps how do you use and ionic serve an older Ionic 3 app? And maybe npm install for older git clone projects? Posts: 1 Participants: 1 Read full...
View ArticleGreetings I want to be able to control what tabs I can see whenever I want,...
@zwin wrote: <ion-nav #mycontent [root]=“rootPage” > tabs.ts tab1Root = HomePage; tab2Root = ContactPage; tab3Root = AboutPage; tab4Root = AlarmsPage; tabs.html <ion-tab [root]="tab1Root"...
View ArticleHow to "evaluate" a retrieved from json?
@trollanfer wrote: I want to display a pdf with ng2-pdfjs-viewer`. When I hard code in my homepage.html something like : <ng2-pdfjs-viewert pdfSrc="myfile.pdf"><ng2-pdfjs-viewert> It’s ok,...
View ArticleHow to speed up loading of images
@Nats97 wrote: I’ve a wooCommerce store and am making an application for the same with ionic 5. When I load the products page, API call is made to Wordpress REST API and images are loaded slowly...
View ArticlescrollTo method for ion-tabs
@sshipsey wrote: How do you set scroll position for the ion-content generated by <ion-tabs>? i.e. <ion-tabs> <div class="tabs-inner"> <---- generated from ion-tabs component...
View ArticleFirst ionic app: TypeScript error TS1005 on node module
@maxionionic wrote: I’ve just installed ionic and at the very first try to run “ionic serve” on an empty project I get this error: TypeScript error in...
View ArticleHow to use ionic 3 being in version 5
@enderson07 wrote: I am studying ionic, but it has more content in version 3. how to use version 3 currently available in v5? ps:sorry for the typos Posts: 1 Participants: 1 Read full topic
View ArticleIonic Design Assets
@tasteink wrote: Is there a set of design assets for the Ionic design system? Anything like a Sketch or Figma document, maybe? Posts: 1 Participants: 1 Read full topic
View ArticleIonic 4 Route Guard issue on browser back Button
@abizit wrote: I am developing a new app on Ionic 5 which i intend to make it to a hybrid app. And i’m fairly new to Ionic but have been working in Angular for quite some time. So the problem i am...
View ArticleTimeout alert displayed with no log errors
@lily28 wrote: I tried to do a login & register page. After click on the register button, timeout alert error shown but there are no log errors. Although the timeout alert is shown,the data I used...
View ArticlePlease can you tell me whats the problem
@AKrayhan wrote: ionic provlem839×187 7.21 KB Posts: 1 Participants: 1 Read full topic
View ArticleNot scrolling up on focus input in Ionic 4
@MeerDev wrote: I have a signup page and it has multiple fields and when I fill the ion-input field it’s not focusing on the next field but it’s working on the pre-generated page (homePage) and if I...
View ArticleProblems finding out what is causing the warning: Apple will stop accepting...
@larsrayvn wrote: Hi all, I’m working on trying to get rid of the warning " Apple will stop accepting submissions of app updates that use UIWebView APIs starting from December 2020" from Apple when i...
View ArticleCordova + Service Workers - I this possible?
@toddmobilecaddy wrote: I’m trying get a remote hybrid cordova app to work with service workers. My service worker (and bulk of ionic app) is being loaded from a server on the web, and it seems to...
View ArticleiOS builds failing in App FLow
@iliraga wrote: Hi, Our iOS builds are failing on App Flow. Locally they succeed with Xcode 11. We are using Ionic 3 with a bunch of plugins When the build uses Xcode 10, then there is an error. So I...
View ArticleIonic popover, set backdropDismiss to false on the popover component
@nirajhinge wrote: I have a basic popover like this: async openPopover(ev: Event) { const popover = await this.popoverController.create({ component: PopoverPage, componentProps: { id:...
View Article