Ionic 3 stable version
@SandyMane wrote: I am planning to create new project with Ionic 3, which version I need to use? Is ionic 3.8.1 or 3.9.0 is stable? Posts: 1 Participants: 1 Read full topic
View Article[Bug] HTML elements disappear while scroll ion-content (IOS)
@WebG4B wrote: Ionic version: (check one with “x”) (For Ionic 1.x issues, please use https://github.com/ionic-team/ionic-v1) [ ] 2.x [x] 3.x [ ] 4.x I’m submitting a … (check one with “x”) [x] bug...
View ArticleTextbox moves up on Focus
@RaghavendraKumar wrote: When user focuses on the textbox, the screen moves up to a much larger height. This is in Ionic 3 (never faced such an issue in Ionic 1). So to explain more, if i have a...
View ArticleBlack screen after the home page in ios
@kevred wrote: I am having a login page in my ios app. After i successfully logged in, i want to show a home page. But as of now i am getting a black screen in my iphone. (6s). The android app is...
View ArticleDefault radio-group not working
@RobertLow wrote: Greeting of the day, Have check other solution yet none works. Why can’t the ion-radio button be default selected? <ion-col> <ion-list radio-group [(ngModel)]="allItem.qty"...
View ArticleProject is fetching data when in "ionic serve", but doesn't work properly...
@RockettSally wrote: I have an Ionic Project which has an authentication and simple data fetches on a server. On “ionic serve”, everything works fine - all the requests work. But when I build an APK...
View ArticleHow close an object depending of a connection status subscribe in another...
@temohpab wrote: Hi, i have a service who checks if an internet connection is active: serviceconnection this.connected = this.network.onDisconnect().subscribe(() => { console.log('you are...
View ArticleDiv and h3 on same line css
@Poseyyy wrote: Hello i wanted to put a div and a h3 on the same line, i’m trying everything since yesterday but I don’t find any solution. I want my words “Adaptée” and “Cohérente” next to they green...
View ArticleFacing issue with while binding property through filter results?
@saty932 wrote: <div *ngIf="cateogorywiseofferdatawithsearchTags.length>0"> <p>....Related Offers...</p> </div> <div class="stackofcardswithsearch"...
View ArticleSome code outside the ion-content tag
@jooo13 wrote: Can some of code be outside ion-content in an ionic custom component ?? Here is an example : <ion-content> <ion-refresher (ionRefresh)="doRefresh($event)"...
View ArticleCamera plugin lag on Android 8.1
@reedrichards wrote: Following this Android 7.1 (Google Pixel) Camera plugin broken? topic, I made some deeper test of the Camera plugin On a Samsung Edge with Android 6.x, it works like a charm On a...
View ArticleThe best way to merge two arrays in one arrays and filter this
@filippodicostanzo wrote: I need a suggestion to merge two arrays that get data from promise and filter this merged array. I try but i have a trouble with async data. public sponsored_items: any = [];...
View ArticleIonic 3 Shopping cart with firebase backend
@mark2k wrote: Hi all, I just started a tutorial series on how to create a fully functional ionic shopping cart application. Read it up here...
View ArticleBuild Error on Visual Studio-ionic
@antonismak2411 wrote: I have an error “Windows 8 or higher is required to build for Windows” when i try to build my ionic app with Visual Studio 17. My OS is windows 7. The error means that I have to...
View ArticleLocal Notification doesn't work on android version 7 and below
@jhawas wrote: local notification only works on android 8 but lower than that it will not work. there is no error found after running but the notification doesn’t work. i also stated it on the local...
View ArticleI use a provider for getCountries. but get parser error why?
@anespa wrote: Dear Friends, I am a newbie in ionic. I tried the getCountries() API method mentioned in URL: API method using providers . But I got error as Cannot find module ‘@angular/common/http’....
View ArticleIonic Load Data from SQLite before Rendering
@mhtchong wrote: I have two functions in my application that retrieves data from SQLite, However, function A loads faster than function B. I tried putting LoadingController but it doesn’t work. Once...
View ArticlePlaceholder ion-input
@Quiesan wrote: Hi ! Is it possible to center a placeholder within an ion-input please ? Posts: 1 Participants: 1 Read full topic
View ArticleDefault Prevent Keyboard to show on Android with Hardware Keyboard
@norbertbede wrote: hi, many times asked question, but no solution…related to prevent soft keyboard to show. we are working on warehouse/wms application where we are opening ionic modals with hardware...
View ArticleBlock app's installtion in rooted device
@sujit77 wrote: Is there way of blocking app’s installation in rooted device? I have looked at cordova-plugin-root-detection, but haven’t implemented it yet. I am planning to atleast block app from...
View Article