Unknown provider: $cordovaProvider
I had a similar problem, I updated and then suddenly I was getting the "Unknown provider: $cordovaOauthProvider <- $cordovaOauth". It turns out that in ngCordova now provides ngCordovaOauth...
View ArticleProblems with audio stream with certain phones
Hello. I'm having troubles with a "simple" radio app that I'm developing with Ionic. I want to play a HTML audio stream in my app, but there's no case with certain phones. I've tested with Galaxy S6,...
View ArticleIonic + Google Maps: ReferenceError: google is not defined
Thank you so much it works perfectly
View ArticleShow side menu open by default when app starts
I would like to show the side menu open by default on all devices. After that it should toggle the usual way. How can I achieve this?
View ArticleHow to update data in the menu after the app is initialized?
Is this already in v2? even if the url says v2 the icon in the page where it links says v1.2, which is confusing as the v2 official docs look diferent.
View ArticleIonic-filter-bar customisation
Sorry @niallr and @Sujan12 I have been meaning to spend some time with this, there are a few pull requests that attempt to address this although I havent gotten around to them (Just released an app so...
View ArticleHow to prevent the list being scrolled to top when ionic-filter-bar search is...
@tushar4ic thats currently not configurable but feel free to put in an issue to make that configurable and Ill try to get to it in the near future
View ArticleCross linking in app
I think the (click) feature doesn't work because you are including it from a variable, most likely angular binds events before rendering the html that contains the event, though idk if you can use...
View ArticleOnion Skin Overlay Opaque Image Effect For Photo Camera?
I'm trying to find out if this bit of functionality is possible using Ionic (Android & IOs) and PhoneGap Build . It's been done using purely traditional Android App creation but I am using Ionic....
View ArticleGrid question
There's some ways like: <ion-col *ngFor='#menu of menus; #i = index' class='cell-{{i}}'> // Not tested, i think it should work But i would recommend you just add the class to the menu item in...
View ArticleUnderstanding the bundle system, any help?
I'm trying to understand the bundle system that uses ionic, as i can figure out it uses awesome-typescript-loader inside webpack to transpile the code to ES5, but there are a lot of options there that...
View ArticleChanging button color or icon dynamically
Hi @brandyshea, I'm trying to change ionic 2 buttons colors dynamically in a way that you suggested above: <button [attr.outline]="!item.subscribed ? '' : null"> but it doesn't work as expected....
View ArticleCRUD - good tutorial
bengalliboy: @Driesel Hi I will be happy to learn this CRUD. So yes count me in. Question , is this backand free or do I need to subscribe? How does it compare to my local or remote mysql? Do I need...
View ArticleGrid question
@luchillo17, the first one is working and of course, the second one too. thanks!
View ArticleAndroid data storage keep growing
i wonder what the downside of this is and why the cordova team hasn't built it into cordova by default...
View ArticleHow to trigger push notification from device?
Hi, I don't really get the concept of triggering a push notification directly from the app My goal is to trigger push notifications directly from the devices that run my app.For example, if a user...
View ArticleDetail page after list
Hallo, my name is Andri. I have problems after my wish list click on the list that appears next, but the results can not. The data is shown not much as it is in the database. Please help. Screenshot...
View ArticlePassing Data from InAppBrowser to Ionic App
I recently came across a requirement in my project where I had to pass data back from the InAppBrowser back to the app. Initially, I thought this would be an obvious task, but it turned out to be...
View Article