Height:100% when inside an ng-repeat
@MehdiN wrote: So I set .scroll {height:100%}; and now when I set div height to 100% it covers the entire screen like it should...except when I put the div inside an ng-repeat. This does not work:...
View ArticleIOS 9 App Freeze(Button no response) with "BKSendHIDEvent" error
@sylfree9999 wrote: Hi all, Recently, I run into a weird situation. When the app runs for the first time in xcode, every thing works fine. But if I stop the debug, reopen the app again in the...
View ArticleHow to update cordova iOS project to 4.0+ without destroying it?
@NorthMcCormick wrote: Hey guys! I am in an odd situation with my cordova ios version. I'm currently at the 3.9.2 iOS cordova version, and really want/need to get to 4+, however... My app has 2 more...
View ArticleControlling Nav (accessing Pages) from an Injectable service
@bholub1 wrote: I have an injectable service (OAuth2 client) and I want to log the user out and redirect them to a LoginPage when their access token is expired and refresh token is invalid/fails (see...
View ArticleRemoving views from the navigations stack back button issues
@SDP1966 wrote: I'm attempting to remove the two most recent pages from the navigation stack such that the navbar back button will take the user back to three pages. The stack is as follows: Index 0 -...
View ArticleCordova CLI: 6.0.0 - Not detected, please help!
@pjhartin wrote: I'm Not 100% sure what happened, but earlier today I was running fine with the following environment: Cordova CLI: 6.0.0Ionic Version: 2.0.0-beta.3Ionic CLI Version:...
View ArticleIonic2 + angular2 + new Date() issue
@spencerJS wrote: When previewing my app in chrome - adding a new Date() object works just fine, however when I load it in the emulator on the device using ionic view - i just get a blank white screen...
View ArticleHow to show downloaded images in photos app in iOS?
@vikask wrote: Hello folks, I have downloaded image using ng-Cordova file transfer plugin. that image is saved in the application memory in iPhone. I want to show it in photos app in iPhone. How to do...
View ArticleHow should I modify tabs to be completely an image?
@fkkcloud wrote: How should I modify tabs to be completely an image? As you see in the example below's tab. KWdalE0.jpg720x1280 115 KB Posts: 2 Participants: 2 Read full topic
View ArticleClose ionicModal when click to notification
@duonglei wrote: Hi, could somebody help me on this?In my app, clicking to a notification will navigate to other view, like this: cordova.plugins.notification.local.on("click", function(notification)...
View ArticleAscending and Descending in Ionic
@segokucink wrote: Hi. I have a problem.i want to ascending and descending my list by name.for example , here is my controller : ` .controller('cariCtrl',function($scope,$http,$state,Cari){...
View ArticleBase 64 Image not view in Image tag. Ionic 2
@kosalam2 wrote: Hi im trying to view image get from phone gallery.but code returned correct base 64 format of image but its not viewing in the html page import {Page, NavController, Alert,Platform}...
View ArticlestateParams is not defined
@republikwebid wrote: app .state('app.lowongan', { url: '/lowongan/:lowonganId', views: { 'menuContent': { templateUrl: 'templates/lowongan.html', controller: 'LowonganCtrl' } } });...
View ArticleHow Do I Use Deviceready in A function on a Controller with $cordovaSQLite
@Harilall wrote: Guys how do I use the deviceready function in a controller to get access to my SQLite database. I keep getting the error cannot read property null of undefined, here's my code...
View ArticleWhy does alert box look like old Android?
@Daveshirman wrote: Why does the alert in my Ionic 2 app look like an old Android version and how can I change this? Note: this is just calling JavaScript: alert() function. I'm concerned that the...
View ArticleIoni Push notification
@totofe wrote: Hi,I try to Sending Push Notification with Ionic.io.I using this same code http://docs.ionic.io/docs/push-full-setup But, when I run my app, I have this error : ionic.io.bundle.min.js:3...
View ArticleUse cordova camera
@Elorenzo wrote: Hi !I'm here because i have a little problem with the use of cordova camera, i have make several tutorials including this one : www.thepolyglotdeveloper.com Use The Android And iOS...
View ArticleHow to implement Google OAuth in an Ionic 2 app?
@nunoarruda wrote: I need to add Google login in my Ionic v2 app. Currently I cannot use the Ionic Authentication service because it's not ready for v2 yet. I've also tried the ng2-cordova-oauth...
View Article$ionicScrollDelegate not working for ionic popups(ion-modal-view)
@ashutoshsingh wrote: I am trying to resize modal view height after adding dynamic content. I have given delegate-handle to my content <ion-modal-view> <ion-content...
View ArticleI have problem about validate in ionic 2
@ngocphu wrote: someone have project validate form and used ionic2 share help me Posts: 1 Participants: 1 Read full topic
View Article