Android fullscreen sometimes breaks
@coreelements wrote: Hi I have an app wich runs in fullscreen mode. On iOS it works perfectly. But sometimes on Android I've noticed that the app is not always in fullscreen mode. So the top status...
View ArticlePush.register() not returning token
@samhendrickx wrote: I have the following code: var push = new Ionic.Push({ "debug": true }); push.register(function(token) { console.log("Device token:",token.token); }); Unfortunately the register...
View ArticleCannot disable Tap highlight color in side menu
@jeffreyrajan wrote: Hi I am trying to disable tap highlight color but nothing worked for me. Here is the method that I have tried before -webkit-tap-highlight-color:rgba(0,0,0,0);...
View ArticleIonic build android?Is there a version limit?
@perfo4911 wrote: Please i want to build my application to run on android 2.0 with API 8 .i have edited my androidmanifest.xml file and set the android-minSdkVersion to 8 but when the program is...
View ArticleSending Push Notification Issue
@SRN wrote: Hi everybody.I am going to use phonegap push plugin but I got this issue:ReferenceError: Can't find variable: PushNotification My code is here:$ionicPlatform.ready(function() { var push =...
View ArticleVersion number Apache Cordova
@dblanco wrote: I received the following notice from google play:"Please migrate your app(s) to Apache Cordova v.4.1.1 or higher as soon as possible and increment the version number of the upgraded...
View ArticlePagination with new type of ion-slide (Swiper)
@mobileAppDeveloper wrote: Trying to use the new ion-slides. According to the release notes you should be able to use Swiper's API. This works for some parameters but not for others. For example, I...
View ArticleIonic 1 vs Ionic 2 - Improvement considerations
@AhmadQadah wrote: Not trying to make a comparison here, but what i would like to know that, will the major improvements that was done in Ionic 2, will ever be in Ionic 1? Considering that we already...
View ArticleHave a way to combine ion-radio with ion-option-button
@danielpt wrote: Hello, someone know how can i combine ion-radio http://ionicframework.com/docs/components/#radio-buttons with ion-option-button...
View ArticleWeird looking of blank template
@ywc073 wrote: Hi all, I have just started to learn ionic. I have tried to create an app using the ionic blank template. The app looks fine when I tested it using ionic serve. However, when I run the...
View ArticleButtons light and stable have no border
@onigetoc wrote: I checked the ionic button Stable and Light and they do not have border. The class i use class="button button-block button-light" The ionic css .button.button-light { border-color:...
View ArticleHow to clear all cache InAppBrowser
@cposadaa wrote: hello im doing an app with ionic, an i am having trouble with the cache in the inappbrowser. i am using a firebase authentication with google the problem is cache not clear when...
View ArticleMissed in version numbers
@DenisSm wrote: Hello , I am starting with Ionic and i have this question. My version is 1.7.14 ($ ionic -version), installed today, but walking this site and documentation, i see the latest official...
View ArticleVanilla JD doesn't work
@thomashb wrote: Hi everyone !I don't use angularjs and I want to use vanilla JS but it doesn't work I tried a little and simple code to try and it doesn't work ! First I have this simple h5 title in...
View ArticleIs there a way to let ion-option-button to work together with ion-toggle
@FMD wrote: Please take a look at the code pen here I forked from the nightly list code pen and try to add ion-toggle to each row. Thanks! Posts: 1 Participants: 1 Read full topic
View ArticleiOS $http json Memory Leak
@Alucas wrote: Hi everyone, I have an issue with the $http service, not only related to ionic.Everytime I make an Ajax call to a server to retrieve some JSON data. The memory on iOS increase (you can...
View ArticleCustom Card List - Dynamic Thumb + Animation
@igorchagas wrote: Hello, Has anyone skills to help me on this couple of issues with Card List? 1) Dynamic Thumbnail: In the place of the thumb image I need to add a dynamic circular percentage graph...
View ArticleIonic View vs PhoneGap Developer ? Plugins will work?
@alanmarth wrote: Hi everybody. I'm creating an app for both Android and iOS. I have installed some plugins for ngCordova and Cordova (Bluetooth & NativeSound) but they doesn't work in Ionic View,...
View ArticleNFC Reader with phonegap-nfc not work
@ganangardiy wrote: I have problem when i build sample NFC Reader apps from ionic nfc reader by don on github.This is error screen when i build my apps. Screenshot from 2016-02-13 16:01:04.png1280x800...
View ArticleReal time geolocation with ionic
@Royken wrote: Hello to all,I want to create a real time geolocation app with ionic. I have a map (google map) tracing the route between two points. The user is supposed to from one of these points to...
View Article