Navigation Inside Tab Ionic 4
@karthikmani15 wrote: This is My Tabs routing.module.ts File Code. const routes: Routes = [ { path: ‘tabs’, component: TabsPage, children: [ { path: ‘tab1’, children: [ { path: ‘’, loadChildren:...
View ArticleLegal documents
@JosephOR wrote: Hey folks, Ok so im about to start developing my first mobile app, but few sticky parts, mainly legal. as a software developer, my company owns everything I create, so how to I get...
View ArticleBest way to handle UK date strings when 2-way binding to ion-datetime?
@bc_uk wrote: I am trying to do 2-way binding with an ion-datetime. However, my date is stored as a string like this: “dd/mm/yyyy”, but the ion-datetime is expecting “mm/dd/yyyy”. I tried binding to a...
View ArticleNetwork state not getting in Ionic 4
@OmDIonic wrote: Hi All For checking internet in app I implemented below code but nothing is triggering Plugin Installation: ionic cordova plugin add cordova-plugin-network-information npm install...
View ArticleTabs dont work correctly
@Bryan1313 wrote: Hi people!! I have a problem, when I scroll my app the tabs move to the top, Do you know how can I fix it? Here is my code <ion-content size="6"> <ion-header...
View ArticleSheduled Local Notification not working
@MrTob wrote: Hey Guys, why is this not working it is from the official github GitHub katzer/cordova-plugin-local-notifications Cordova Local-Notification Plugin. Contribute to...
View ArticleIonic 4 styling problem
@pefe wrote: ion-searchbar { .searchbar-input-container { .searchbar-input { border-radius: 10px !important; --background: rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.07) !important; box-shadow: none...
View ArticleIon-slide slow to render when adding many slides in ionic-v4
@Jerodis wrote: Hi peoples! I’m having terrible performance issues in ionic-v4 with the ion-slide element when adding many slides all at once. I have this same bit of code in ionic-v3 and it works...
View ArticleCSS Animations not firing on page load
@datawaslost wrote: I’ve got an Ionic 4.5.0 app running on Angular and Capacitor, with a few very resource-intensive pages. I’ve tried to implement a few fade-in animations on these pages, and they...
View ArticleIonic Hub crashes
@moccker wrote: When I create a new empty app and navigate to “Apps” in the Dev Hub, then click on the App, the hub just crashes. — Update: It now crashes even when clicking on “Apps”....
View ArticleIonic 4 Tab to page then back to Tab did not trigger ionViewWillEnter
@rakesh_appycodes wrote: I have an small application where user can edit their account and after edit user route back to my account page. Situation: My account Tab > Edit Account Page > Save and...
View ArticleAdding Ionic project with existing angular web app
@ssaravananerd wrote: Hi Team, I have created an angular workspace with library and a web application. I would like to add an Ionic application with in the existing workspace. Can anyone guide me how...
View ArticleIon-list automatically orders list alphabetically
@vigneshsep10 wrote: ion-list automatically orders list alphabetically Posts: 1 Participants: 1 Read full topic
View ArticleHow to show the ALT content in an Inoc4 PWA?
@ioclaudio wrote: Hi, is there a way on an Ionic4 PWA to show the description of a button or of an icon (when the user goes with the mouse over it) with the ALT tag? Probably it works only with...
View ArticleIonic app crashes on iOS after a while
@ahmedkhabkhab wrote: I installed my app on Android and iOS. On Android it works. On iOS, the first day, everything works fine. Then suddenly, the app stopped working. When I launch it, It crashes...
View ArticleIonic 3 ItemReorder on long press
@deepakjionic wrote: Hello Everyone, I am creating an item reorder can anybody please help me i want to make that using long press on device. Thanks For Your Response in advance Posts: 1 Participants:...
View ArticleIonic lab screen see black at the android, ios screen
@ionicstudying wrote: 오류 ㅠㅠ.png1111×809 8.79 KB *pp.module.ts import { NgModule } from ‘@angular/core’; import { BrowserModule } from ‘@angular/platform-browser’; import { RouteReuseStrategy } from...
View ArticlePlease open below link and help me
@pt2609 wrote: stackoverflow.com ionic : api prints response in html format and gives error ERROR SyntaxError: Unexpected token < in JSON at position 0 api, post, ionic3, httprequest asked by...
View ArticleIonic input type=number decimal key resets input
@jangofett44 wrote: Hello there! I’ve been developing in ionic 4, and this ‘bug’ is driving me crazy. Ionic CLI 5.2.1 Angular 7.1.4 OS: Windows x64 Basically I put a ion-input type=“number” in HTML...
View Article