Ionic - View without heade - iOS
I was not using this, after adding this, it is hiding status bar now. I would like to have status bar.
View ArticleIonic - View without heade - iOS
after setting ionic.Platform.fullScreen(true, true) , it shows status bar, but behavior is still the same.
View ArticleWhere to specify small icons (for notifications in status bar) in config.xml?
how did you generate all the resolutions from cli? Or did you manually generated it and added it to all the folders.
View ArticleChrome Debugger shows long load times fetching scripts
nope, this is all packaged within the apk. Nothing is pulling from a server minus some third party analytics scripts. Since this is all within the app, should there by any delay? Or does the app act...
View ArticleMaterial Design Ionic? best practice?
Hello I wonder if I have any tool to develop with Android design material, found some plugins. Which you advise ? or currently there is no plugin that is reliable? I Found: 1 -...
View ArticleAngular $templateCache in an Ionic app, useful?
How did you link the file that the plugin produces? I tried to add mine in my index.html page as "../public/templates.js", but it can't seem to find it. I also added the "templates" module to the main...
View ArticleDoes ionic serve also run the "gulp" command?
I have a few tasks I added to the default gulpfile.js but they don't seem to be working UNLESS I manually type "gulp" into the CLI. Is this normal? Or should Ionic CLI commands like "serve" be running...
View ArticleConvert Ion-list to Grid
Can I make a ion-list list just for smartphones under (width: 768px), and the same list is converted grid under the shelves (Tablette)?
View ArticleWhite screen on Android device only
So I was unable to get the app to appear on chrome using a phone, but after using the emulator through chrome I found that it was looking at the wrong path for some angular files. After fixing that,...
View ArticleHow to change value directive from factory?
I have a factory and I want to change value of input. How could I do this ? factory var app = angular.module('starter'); app.factory('CameraFactory', ['$q', function($q, ngFileModel) { var options = {...
View ArticleIonic 2 Conference Application - Error
Hey, This is a known issue and it is currently being worked on. There's a github issue for it here: github.com/driftyco/ionic2 Issue: CLI: Failing in $ ionic resources --icon opened by astec on...
View ArticleNode-sass install error
Error running gulp sass Hi everyone! I've just fixed problems with libsass or node-sass with this command: $ sudo rm -rf node_modules/ && cat package.json | sed -i.bak 's/"gulp-sass":...
View ArticleWhy does my compiled sass output differ from released ionic.css - resolved :...
when compiling the ionic scss source the result differs from the released ionic.css - see examples below.I am assuming the issue is a different sass compiler - I am using gulp-sass 2.1.0 installed via...
View ArticleDropdown getting stuck on iOS 9
I'm having trouble getting the dropdown working on iOS native. It works just fine in the browser and on Android. When I click on a dropdown select and select the option, the menu does not go away and...
View ArticlePrint html file in ionic framework using cordova
I'm having this issue also. It seems to be related to this issue opened on the Github repo. https://github.com/katzer/cordova-plugin-printer/issues/28 If I try to add the plugin from the master branch...
View ArticleSplashscreen with dynamic text
You can clean Ionic splash and replace with a custom splash using angular and css. See here for implementation.
View ArticleIonic Push Not working even after getting success from backend
Ionic Push has its own backend on ionic.io where you can send pushes. So better first try it with this. In the beginning in the local browser and with Dev-Pushes (faked using polling in the client),...
View ArticleIonic Push Notification giving 403 forbidden error
Did you find a solution? I have the exact same problem
View ArticleHow to sent SMS in ionic application
http://ngcordova.com/docs/plugins/sms/https://github.com/cordova-sms/cordova-sms-plugin
View Article