Putting iOS app elsewhere than apple store
Good idea, however I am after more autonomous. My app is portfolio app and what I want the potential recruiters to check it out without me knowing about.It is easily achievable in android, but ios is...
View ArticleConfig.xml ios project in Xcode settings
I've noticed in my config.xml following : version="0.0.3" When I compile my project and open the xcode project in Xcode I see version : 0.0.3build : 0.0.3 So I can assume the entry I made in my xml...
View ArticleHTML5 Progress bar not working on device
I'm using a progress element in my Ionic app. For Android it's important to know what version you are on. The stock Android browser version 4.4 has support for <progress/> , lower versions...
View ArticleTabs within a view
Hi guys -- I'm looking to add tabs within a specific view. Meaning, not the app main browsing tabbed menu. Before I go and start fiddling with some CSS-only or a mix of CSS/JS to achieve such task,...
View ArticleCordova plugin not calling a java service [ onStartCommand() ] from plugin class
I am a beginner in cordova . I want to create a plugin for background service to my ionic project. I go through the tutorials of apache cordova , from that I just created a folder structure like...
View ArticleI am unable to position the icon vertically on the nav-bar and it is offset...
Hi We have created custom icons and used in our nav-bar. However I am unable to position the icon vertically on the nav-barand it is offset from the title. What is the proper way to specify this in...
View ArticleIon-col specific width
I'm using <ion-col width-25></ion-col> . It seems that it has <ion-col offset-25></ion-col>
View ArticleIonic 1.2.4 and button bar border color
Why the ionic team has removed the border color from the button bar from the css version 1.2.4? . bar-stable .button { border-color: transparent; background-color: #f8f8f8; color: #444; }
View ArticleGet last element in an object using angularjs
How to get the last element in an object? Example: $scope.sample =[{"num" : "1",{"num": "2",{"num": "3"}]How can I get 3 and add it to 2? In short, how can I get the sum of the last 2 elements in an...
View ArticleFileSystem problem - cordova Ionic Application
Hello everyone, I have a problem with requestFileSystem function. I have the following error in firefox: Error: requestFileSystem is not defined...
View ArticleHow to set a unique font and size for devices?
Hi, I'm not manipulated Ionic css files and I use original version but in android with Ice Cream Sandwich, Jelly Bean and Kitkat fonts are different in sizes for higher versions of android i decided...
View ArticleFileSystem problem - cordova Ionic Application
hi ,i didn't use this service but i think you need the device to be ready ie : ionic.Platform.ready(function(){}) and window.requestFileSystem(LocalFileSystem.PERSISTENT, 0, success, error);
View ArticleFileSystem problem - cordova Ionic Application
same problem : Error: LocalFileSystem is not defined code app.controller('AddCtrl', function ($scope, $location, $ionicPlatform) { $ionicPlatform.ready(function() { $scope.addAss = function () {...
View ArticleIonic Push does not show message in lock screen and notifications
Thank you for the clarification! I'll try it out.
View ArticleFileSystem problem - cordova Ionic Application
please read this maybe this will help you http://www.html5rocks.com/en/tutorials/file/filesystem/
View ArticleBlurry splash screen on tablet
Just to make sure: So you already tested and made sure that the exact same picture is shown in the splash screen and later manually. Just one time it is blurry, one time it is fine. Correct? Did you...
View ArticleFileSystem problem - cordova Ionic Application
I've already looked at this url. But no solution.
View Article