Web inspector for Windows 8.1 app
@benoitpasquier wrote: I've build an app with ionic, targeting windows platform. Everything is working fine but I would like to debug the web content like I can do it in Google Chrome inspector. I'm...
View ArticleDefault value of select is not correct
@zhouhaowowtv wrote: I have a select element to select gender. <select ng-model="data.user.gender"> <option ng-repeat="gender in genders" ng-value="{{gender.value}}" ng-selected="gender.value...
View ArticleIonic Push not coming through on device, despite "SUCCESS" from status check
@OJCode14 wrote: Ok, I feel like I've tried everything at this point, so I'm hoping someone can tell me where I'm going wrong. I've set up everything as per the docs. I register a user like:...
View ArticleReturn value navigation on différente view
@totofe wrote: Hi, I have a form view with a input text. When I click on this input, a other view open it.In this view, there are a input search and a list . The list change when I change a text from...
View ArticleIonic Push one-time push notifications stopped working even though code...
@stewartmccoy wrote: Yesterday, after following the directions on http://docs.ionic.io/docs/push-from-scratch, I successfully sent many one-time push notifications from the Ionic.io dashboard. I then...
View ArticleUsing tour library with ionic scroll box
@infinityCounter wrote: I have an ionic scrollbox and a help button that on clicking activates a tour instance form the nzTour class. I have been able to change the slidebox to it's subsequent pages...
View ArticleDefault child view won't load (solved)
@goldsounder wrote: UPDATE: After taking an hour break, I found the issue: the ui-sref on the Category screen that I was using to get to the Deck was pointing at the 'deck' state, when it should have...
View ArticleAll cordova plugin undefined on IOS
@pierro wrote: Hi, All my cordova plugins don't work when I test on IOS devices.They all work perfectly on android. I did try to remove the platform and re-add it.I did check that all plugins were in...
View ArticleHow to launch my app from push notification click
@bwertman wrote: I’m using node-gcm to send scheduled push notifications from my server. The push notifications are coming through good. I need some help with how to get the app to launch when the...
View ArticleImage selection according to the device
@Harryinandroid wrote: Hi all, Can anyone please help me understand if the ionic framework selectively picks the image according to the device type.For example in Android we do not specifically see...
View ArticleKeyboard attach and a subheader does not play nicely
@sunde wrote: The problem is simple, in iOS, if I create an app with a header, a subheader, and a footer, then the footer is pushed off screen. Fixing this is simple though, it simple requires me to...
View ArticleUsing default parameter problem
@kndol wrote: I assign a default value to the function parameter and I cannnot run Ionic app on iOS. like this:fn: function(param1 = 1) { ...}orfunction fn(param1 = 1) { ... } It works well with...
View ArticleGoogle seo for ionic mobile web
@nextmobi wrote: Hi all, I am using ionic for my ecommerce mobile website. I have problem with Google SEO:- Meta tag for page- Html content- Google analytic How I can fix these bugs Thank you so...
View ArticleLaunch Mozilla Firefox In android when i call inapp browser .if mobile does...
@sriteja09 wrote: Hi all, Can some one suggest that how to launch mozila firefox as default in inapp browser .So if mozila firefox in not there in the system(phone) then it automatically need to...
View ArticleImage at data directory not shown
@zhouhaowowtv wrote: I've download a image from server and save to my data directory by cordova-file and cordova-file-transfer plugin. The file downloaded and saved successfully. But it will not shown...
View ArticleUse of Multiple html template in Ionic Framework
@surajhirestorm wrote: I am new in Ionic. I was building an Ionic App just how I would do it in Web. So i build multiple HTML files. I just noticed, that the page loading from one to another HTML file...
View ArticleIonic is based on cordova or Phonegap?
@at_pradeep wrote: I am very new to ionic and cordova/Phonegap. I am trying to understand ionic.I have just installed ionic and created a sample application and also able to run it. At the beginning,...
View ArticleScroll issue while navigating form inputs using accessory bar
@niravf22 wrote: I am using Ionic lib 1.2.4 I am trying to tab through inputs using accessory bar, but when it scrolls up to position the inputs below viewport, it scrolls them all the way up under...
View ArticleContinuous fail on deploy to device
@rpagnin wrote: Hi, I'm getting crazy in trying to solve an issue that's not a news but whatever I've found googling didn't work.The problem shows when I try to deploy my app to the device with "ionic...
View ArticleHow to add "Skip to Content button" for Users who prefer not create account...
@PDX wrote: Hi, I'm a fairly new to everything related to ionic, cordova, angularjs etc... Can anyone maybe share an example on how to add an option on Login page to actually skip the whole login...
View Article