Ionic 2 toast - how can i include image in my message?
I had an hard time to find where the toast file was. In my case, was in /myapp/node_modules/ionic-angular/components/toast.js (ionic 3). Was worth to say it just for people passing by. Beside this, it...
View ArticleBuild Error With --Prod
I am getting this error when i run build with --prod i have even tried to implement NO_ERROR_SCHEMA and also CUSTOM components in my @Ng Module but this error is not Bulging. any Help or suggestion...
View ArticleStatusBar issue with videojs Fullscreen
the solution for who face the same issue define this to another variable before the fullscreen function var _this = this; then use in in the fullscreen function like this _this.statusBar.hide();...
View ArticleUnable to make android release build
hi, Please see the below output which occurred while I was making release of my app. However in debug mode it is successfully working and I tried to build directly from Android Studio too but, it...
View ArticleBuild ok, package build failed
I have the following error when deploying a successful build. The strange thing is that the log don’t give any error: “BUILD SUCCESSFUL in 4m 13s”… image.png1661x767 43.8 KB
View ArticleHow do i preload metadata of video in ios
i am trying to preaload metadata of video to show on video like thumbnail but in ios it is not working please any one help me out this
View ArticleUnable to get scroll event for list view
Try with something like this: import { Renderer2 } from '@angular/core'; ... constructor(private renderer: Renderer2) {} ngOnInit() { this.renderer.listen(this.specialComponent, 'scroll', (event)...
View ArticleDetect if a popover was dismissed from a different page
That’s what I did I just thought, that there might be a cleaner way, like using viewcontroller or something. I’m just not familiar with the advanced Ionic navigation stuff. I somehow don’t get it
View ArticleCannot display ads with Admob Free (Android)
Ionic version: [ ] 2.x [X] 3.x [ ] 4.x I’m submitting a … [X] bug report [ ] feature request Current behavior: I can’t display banner ads and interstitial are always test ads. Sometimes it just works...
View ArticleBuild Error With --Prod
It seems like you should get that error, too, if you are not using --prod. Please use ionic serve and open the console. Then navigate to the page where you are using: <avartar [ERROR...
View ArticleHeroku 503 error when adding android platform
Hello, right now a friend and i are trying to add an android platform and when it comes to execute: ionic cordova resources android --force Crashes showing the following: HTTP Error 503: POST...
View ArticleRecord audio from 2 microphone
is there a way to recording with two microphone in ionic in the same time?
View ArticleBuild Error With --Prod
Thanks Hesters I don’t get the Error when i build Normally. But i have just Noticed that i was calling a component that i was not suppose to call on that page. So i just Deleted the avatar component...
View ArticleHow to open a specific page when a push notification is clicked in Ionic...
I need this solution too
View ArticleGet sub page or child page name in tabs page
This should answer your question getSelected(); //Returns: Tab //Returns the currently selected tab Ionic Framework Ionic Framework Ionic is the app platform for web developers. Build amazing mobile,...
View ArticleDetect if a popover was dismissed from a different page
Another solution would be to have a custom event on cosumable-item which returns the popover. Using this event, you can trigger the dismiss when it is necessary in the pre-orderpage.
View ArticleIONIC call webservice token
nbenakis: return this.http.get(this.url+params+options); shouldn’t that be return this.http.get(this.url,params,options); i don’t know your api, but typically you tell the server that you want JSON...
View ArticleAndroid Apk Package
Android apk made with ionic package is not compatible with android version 5.0
View Article