iOS 9 ngCordova support?
Hi pliablepixels, Is yours this plugin? http://ngcordova.com/docs/plugins/camera/
View ArticleGetting an error from Ionic Push API when trying to send a push notification
sorry desBiz for the late this is my script <?php include("../conexion/conexion.inc.php"); $link = Conectarse(); error_reporting(0); $sql = "select token_push from mo_usuario where estado = '1'";...
View ArticleController runs before .run
Hello i have this issue, i declare a localstorage variable like this: .run(function($ionicPlatform, $rootScope, $localstorage) { $ionicPlatform.ready(function() { $localstorage.setObject('global', {...
View ArticleBrief black screen during navigation
A fresh install of the "sidemenu" starter app on Ionic 1.1 has this "brief black screen" issue on iOS devices. It doesn't occur when testing in Chrome or when testing in the iOS simulator, but it...
View ArticleHow to disable content scrolling?
Something like this? http://codepen.io/pliablepixels/pen/RWoPOo
View ArticleIon-radio first item checked
Is there a bug with the directive? I can't seem to set one radio button (inside a collection of radio buttons) to be checked.. I've tried everything, it just doesn't work... Example im using: <div...
View ArticleConfiguring Tabs URLs
Please help me to understand how can i configure my app Urls. I am trying to do a simple app with a tab in the home page with three options and by default it load the second tab. I want to use a url...
View ArticleStatus bar is not defined
It doesn't work. Screenshot_2015-09-25-23-31-40[2].png1080x1920 1.55 MB I want to remove the green head bar, and to have the map on full screen, but nothing happened. in the map.html file I have...
View ArticleError after update Node 4 (Windows)
I've just updated Node to 4.1.1 version, but i get this error: Error: libsass bindings not found. Try reinstalling node-sass? I've tried many solution, i've also removed node_modules and reinstalled...
View ArticleStatus bar is not defined
for the full screen I found this code hide-nav-bar="true" and place it in ion-view and everything works fine
View ArticleUsing sidemenu and tabs together
This is great, thank you for all the effort and sharing it.
View ArticleCustom Font Icons Redering Incorrectly in iOS9?
Has anyone else seen an issue where custom font icons in ionic are displaying the wrong icon all of a sudden when upgrading to iOS9? The icons show correctly on the browser, emulator and...
View ArticleError: [$rootScope:infdig] 10 $digest() iterations reached. Aborting!
Try adding this code to your project https://gist.githubusercontent.com/IgorMinar/863acd413e3925bf282c/raw/58efa6bad10af41761e866084cb34bca28c7aa9d/angular-ios9-uiwebview.patch.js
View ArticleIonic Developer to fix some issues with existing app
Hi, I need an experienced Ionic developer to assist me in fixing some components in our Ionic app - SafeTravels - www.safetravels.com . We had a hard launch date that unfortunately timed with the...
View ArticleFooter bar getting cut off in emulator
I found a 'hack' solution, but I not fond of it. It also only seems to work on IOS8 and not Android. If i wrap the footer with div/style/position and bottom 20px, then it works. Still interested in...
View ArticleInclude Rest Api in Authentification
Hello, I'm very new in Ionic (Javascript) and I need help. I have a PHP-Backend and I would like to use my Rest-Api to login, but I don't know how. I use this Skript:...
View ArticlePersistent view data without ionic
Hi there. Found the solution. I just used the ui-router-extras module and extended my states with the sticky and deep state redirect property. For "sticky" views i had to use the name attribute in the...
View ArticleCan someone help me to update ionic library and angular version
HI Deekshith, I found your question from search and saw the response you got. I just wanted to say I don't think that kind of response is typical, and people on this forum in my experience have been...
View ArticleGeolocation getCurrentPosition continuously fails if first try fails on android
In my ionic app i wanna use geolocation with the plugin https://github.com/apache/cordova-plugin-geolocation. If i start the app (HTC One M7 with Android 4.4.4) with Location enabled, everything works...
View Article