To check item in list Firebase
@rafaelmoura wrote: How to check if one item is in the list of firebase before to save him? cpfs.png716x446 27.2 KB In my component my code is this.voteService.save(cpf, 'CPFS') My service I have...
View ArticleFonts in assets folder - why
@JAR19 wrote: If you look at the assets folder in the www directory you will see a folder called fonts. It contains the icons plus the font noto-sans (which I think is for IOS) and roboto (for...
View ArticleApp build: APK and build-folder missing
@RobertLinde wrote: Hi, currently I try to build my app. I am using “ionic cordova build android” in node.js. It is building the app and creating the android folder in “count/platforms/android” with...
View ArticleAnyone can provide me an example of Loading Service?
@temohpab wrote: I’m trying to implement a loader service before call an http.get… Anyone could provide me something similar? I can’t see examples of good practices. Thanks Posts: 2 Participants: 2...
View ArticleUninstalling @ionic/cli-plugin-cordova and @ionic/cli-plugin-ionic-angular?
@Fieel wrote: Hello, i’ve been spotting these warning messages when building my apps from the CLI: Is it really safe to delete the plugins? Why are they no longer needed? Posts: 1 Participants: 1 Read...
View ArticleTabs Navigation not working properly
@treez wrote: Hello, I have started a simple tabs application and I implemented Login page also. Login page in not included in Tabs page. I set the root page to Login page in app.component.ts. When...
View ArticleIonic 3 with angularfire2 doesn't seem to work
@jessycormier wrote: I’ve been at this for a few hours now. Generating new projects to test out different versions of angularfire2 as well as searching online for different solutions. Is there not a...
View ArticleUsing Ionic Web Components as Vanilla JS
@risingtiger wrote: Hi, I love the UI components you guys have put together. And I’ve used the framework for apps. I’ve watched your video presentation at Polymer Summit last year and to your guest...
View ArticleURGENT ! 'You have not accepted the license agreements of the following SDK'
@hamdanihamza wrote: I copied an ionic project from windows to Ubuntu 18.04 and i installed all the requirements ( Java, Gradle, Android SDK/Platforms…, Ionic, Cordova… ) i upgraded the android sdk...
View ArticleDateTime or Date Picker... What should I use?
@temohpab wrote: I don’t understand the differences between choose a plugin or another… There are for different purposes? Thanks in advance Posts: 6 Participants: 2 Read full topic
View ArticleHow change launch icon programatically
@Ribery93 wrote: I have a app and i want to change my app launch icon in runtime dependent of login client . how make this? Posts: 1 Participants: 1 Read full topic
View ArticleUID authentication to save in id Database
@rafaelmoura wrote: It’s possible go get the UID and to save in Database two objects.png1898x570 58.9 KB first in my case I have a service with a method and to save the user in Authentication...
View ArticleHow to embed youtube live streaming in my ionic3 app
@Vinayk_89 wrote: I tried using the iframe it worked only for the normal videos but not for live streaming. So can anyone guide me on this Thanks Posts: 2 Participants: 2 Read full topic
View ArticleTabs page footer showing in Login page after logout
@Clenton wrote: ---App Module.ts----- export class MyApp { rootPage:any = 'LoginPage'; } ----Loginpage------ else if(this.getLoginDetails.username != null && this.getLoginDetails.password !=...
View ArticleBuild Failed... After trying to use FCM
@uddyvky wrote: * What went wrong: A problem occurred evaluating project ':app'. > Failed to apply plugin [class 'com.google.gms.googleservices.GoogleServicesPlugin'] > For input string: "+"...
View ArticleI try to push the value if id is not match
@flycoders_sourav wrote: I try to push value into an array if id is not match . but it’s push equal to value as well as not equal to value below my code for(let i=0; i<this.allVideoSubject.length;...
View ArticleIon-slide swiper container bug on device orientation
@akhiilsanker wrote: Hi, I am using 3 ion-slides in my app, on a single page. In iPad, the sider width is 1024px for portrait mode and 1366px for landscape mode. But this width doesn’t change when the...
View ArticleArry is not match properly
@flycoders_sourav wrote: when i put for(let i=0; i<this.allVideoSubject.length; i++) { for(let j=0; j<this.all.length; j++) { if(this.all[j].subjectId !== this.allVideoSubject[i].vdoSub_id) {...
View ArticleObservable Error Trying to use Firebase
@BorjaDevelop wrote: I’m trying to do an Observable<any[]> for a firebase Database, i’m new on Ionic, and in any moment it handle me a error and I can not get out of that error. If anyone can...
View ArticleCannot read property 'create' of undefined
@gilson94 wrote: Trying to work with the example mentioned here > https://ionicframework.com/docs/api/components/alert/AlertController/ and the code returns an error “Cannot read property ‘create’...
View Article