Virtual Scroll Jasmine no render
I’m trying to test Virtual Scroll into an ion-list by using jasmine, but it never renders. There someone knowing some way to test that directive? Thanks!!
View ArticleSelect first element in array
ok let do it in different way, in html file <ion-option *ngFor="let p of parcelamentosArray" [value]="p.type" [selected]="p[0].type == temp" > {{ p.value}} </ion-option> and in ts file...
View ArticleRTL support IONIC V4? Seems no one can answer this question?
My above code maybe work if you set the direction on the root aka on the html tag <html dir="rtl"> </html> src: https://tympanus.net/codrops/css_reference/dir/
View ArticleCustomizing internal CSS in Ionic v4
This thread seems to be discussing something similar, no solutions there yet: I came with a problem in Ionic4 project:cloudn't overwrite ionic component'css
View ArticleUncaught Error: Cannot find module "@ionic-native/network"
After I imported Network in app.module.ts and added Network in providers list, it gives the error "Type ‘NetworkOriginal’ is not assignable to type ‘Provider’. _ Type ‘NetworkOriginal’ is missing the...
View ArticleRTL support IONIC V4? Seems no one can answer this question?
Thank you verymuch so the index is where i put it … Thank you very much it is working now thank you again… Thanks thanks thanks!!!
View ArticleIonic native issue in ionic app
If your project is ionic v3 make sure the plugin is not installing 5.0.0 version else you will keep having more problem
View ArticleIonic tabs inactive icon color not show on iOS
On iOS, I found when I selected a tabs, there a ::before in ion-icon, and it define icon content and display style, but for those tabs who are not selected, there is no ::before in ion-icon. Look the...
View ArticleRTL support IONIC V4? Seems no one can answer this question?
Coolio There is probably other ways, like using the css attribut direction: rtl but I don’t know spontaneously how to select it Also I think there are still 2 or 3 improvements to be done in Ionic...
View ArticleIonic local notifications TypeError: Object(…) is not a function
I got this error after i call the schedule method on localNotifications plugin. import {Component} from '@angular/core'; import {NavController} from 'ionic-angular'; import {SocketsProvider} from...
View ArticleHow to navigate between pages in Ionic 4
I trying to figure out how to navigate between pages in Ionic 4.In v3 the way is: import { Component } from '@angular/core'; import { WelcomePage } from '../welcome/welcome'; @Component({ selector:...
View ArticleViewChild IonSelect dont work with popover
Hello everyone, I work with Ionic v4.0 final release. I try to call ion-select by viewchild with interface = ‘popover’ but dont work If i try with interface = ‘action-sheet’ or interface = ‘alert’,...
View ArticleRTL support IONIC V4? Seems no one can answer this question?
We’re currently working to fix outstanding RTL issues. We have run into a lot of technical issues with the implementation because of Shadow DOM. We’re still working on RTL issues but once we’re happy...
View ArticleRTL in Ionic 4 in the SCSS
Locking this issue to follow along on: RTL support IONIC V4? Seems no one can answer this question? ionic-v3 No body answers? Are this not possible? Or is there no one who can answer? I wounder about...
View ArticleVirtual Scroll Change Size of Single Item
Hello, I had the same requirement and managed to realize it. It seems the interface of ion-virtual-scroll has changed since you tried it, I’m on Ionic 4 RC.0 and didn’t find the methods you used....
View ArticleHow to navigate between pages in Ionic 4
joshmorony - Learn Ionic & Build Mobile Apps with Web Tech – 9 Apr 18 Using Angular Routing with Ionic 4 In this article, we take a look at how to use Angular routing in Ionic 4 (and why you...
View ArticleGoogle Plus Login not working on Android 7 platform
Hello, I have the same problem. Did you find a solution?
View ArticlemediaCaptuer, Media ,File error
hi every one im using ionic and using voice rocord so i used import { MediaCapture } from ‘@ionic-native/media-capture’; import { File } from ‘@ionic-native/file’; import { Media } from...
View Article