Ngx-translate: The pipe 'translate' could not be found
@RobertLinde wrote: Hi there, recently I added ngx-translate to my app. I completely followed the github (https://github.com/ngx-translate) and ionic docs tutorial but I get the error “The pipe...
View ArticleSave item with UID child
@rafaelmoura wrote: Hi guys, I need help in my project, I’m trying to create a chat in Firebase, in my ts I pass someone parameters as citizen_id, lawyer_id, etc… in my chat.ts I have createMessage()...
View ArticleApp with two menu
@vaibhaw wrote: in my application i am having two types of user, for that there are different menu options. After login i am setting root page to two different pages, for the first time it shows...
View ArticleIon-inputs focus
@vaibhaw wrote: if a form is having multiple and first input is having focus currently, for focusing second it require clicking two time to get focused. Posts: 1 Participants: 1 Read full topic
View ArticleIonicPage() deeplink causing Cannot read property '' of undefined
@AquaWeb wrote: I am trying to use ionicpage to create deep links in my app. Currently it works if I just launch ionic using localhost:8100. If I try to use the deeplink directly...
View ArticleAfter dismissing the modal setRoot page side menu is not working
@flycoders_sourav wrote: after dismissing the modal setRoot page side menu is not working Below is my modal dismiss code closeImageModal(){ this.viewCtrl.dismiss(); this.navCtrl.setRoot(DashboardPage)...
View ArticleIonic 4 + angular 6 starters fail to run on real device
@JamesYS wrote: Hello, I’m trying to build a project using ionic 4 + angular 6 bu I can’t get it working so I’ve started from ‘the basics’ and even the ionic starters fail to run on real android...
View ArticleHow to wait retrieving data during splash screen?
@_Ali94 wrote: Is possible to make splash screen hide after retrieve the data from firebase ? I checked so many ways but nothing works Posts: 2 Participants: 2 Read full topic
View ArticleHorizontal date picker
@niyaswebtree wrote: Is there any horizontal sliding date picker implementation in ionic 2? Posts: 1 Participants: 1 Read full topic
View ArticleIonic 3 with angularfire2
@Nikjenni wrote: hi All, i am developing app using ionic 3 and facing following issue while testing on stackblits site.please suggest me what to do.Is it issue of site or package.unable to reproduce...
View ArticleWhite screen on emulator and device because of es6 code not transpiled
@davidmpaz wrote: Hi, currently i have a project where some libraries i use: _project_#typeorm#chalk _project_#jest-[all jest deps]#chalk _project_#@ionic#app-scripts#chalk _project_#tslint#chalk are...
View Articleissues uploading videos
@grupoviabr wrote: Can anyone give me a helper on IONIC 3? I try to upload videos, I record the video with MediaCapture and I send the video with TransferObject more arrives with ERROR = 1 in the...
View ArticleHeader scroll issue when keyboard open
@Ajay17Proprofs wrote: I am making a chat application in screen there are 3 parts header content footer with ion-input when i open footer input I want only scroll my content part . Issue is that it...
View ArticleUnable to Download image from tag inside my Ionic3 App
@Husainsr wrote: I had Create an Application Which simply opens an url inside iframe tag , everythings works fine but when I click on download file button(given in a page) there is no file downloaded....
View ArticleIonic cordova resources
@Kjelt wrote: Hello there, It has not been possible since an hour to run “ionic cordova resources --force”. The command line get stuck at “modifying config.xml to add new image resources - done!”. I...
View ArticleHow do Integrate Mdbootstrap in My Ionic Application
@Husainsr wrote: I had integrate Mdbootstrap in my angular6 application , now i had create an application using ionic to Implement Mdbootstrap in it. Posts: 1 Participants: 1 Read full topic
View ArticleCustomize Actionsheet Ionic 3
@gabandres wrote: Greetings! I have an issue that I must resolve. I know the ActionSheetController is a native component and quite frankly there are some limitations when trying to customize it’s use....
View ArticleAndroid release build stuck issue
@Manthan wrote: My android release build stuck for a 1.5-2 hours and then after my android build process get completes. Posts: 1 Participants: 1 Read full topic
View ArticleIonic tabs not proper responding in IOS
@rathorrajnesh wrote: In ionic 3 Ion-Tabs are not properly working When personal hotspot is connected in ios devices only icon click is working not title click Check this link : -...
View ArticleTranslate Pipe not working
@sedar wrote: I am trying to use translate pipe. While in app.component.ts it is showing in console correctly. But when using in login.html it is giving error pipe not found(see scrreen shot). Please...
View Article