Image fitting the entire modal content width and height
Solved! The following code works properly, as well as the previous with a relative height value.(I was testing it within a Slide Box component and there was a mistake on my code) <div...
View ArticleAndroid + Tabs + NOT full Screen + Keyboard - still having issues
i solved it like this: window.addEventListener 'native.keyboardshow', -> document.body.classList.add('keyboard-open') .keyboard-open .tabs{ display:none; } .keyboard-open .has-tabs{ bottom:0; }...
View ArticleAndroid + Tabs + NOT full Screen + Keyboard - still having issues
The reason why I add class but never remove class is because ionic should add and remove it automatically, but I think there was a bug in one version, so I had to add it myself, while ionic would...
View ArticleAndroid + Tabs + NOT full Screen + Keyboard - still having issues
Thanks but there is still quite a delay before it fires / updates on the view and so isn't workable.
View ArticleAndroid + Tabs + NOT full Screen + Keyboard - still having issues
Hmm mine works fine here.. did you install ionic keyboard? ionic plugin add com.ionic.keyboard
View ArticleAndroid + Tabs + NOT full Screen + Keyboard - still having issues
I also use these settings if that is rellevant at all: if window.cordova and window.cordova.plugins.Keyboard cordova.plugins.Keyboard.hideKeyboardAccessoryBar(false)...
View ArticleProblem with update app Itunes
Hello community, I'm in trouble. 2 weeks ago I uploaded my application to iTunes Connect. Whenever I took a couple of hours I could raise my bit, but I can not even submit it for review. On the other...
View ArticleAndroid + Tabs + NOT full Screen + Keyboard - still having issues
Really appreciate your reply.Can I confirm you are running a tabs based app you have the tabs at the bottom your app is NOT fullscreen you are running the app on android when you open the keyboard the...
View ArticleAndroid + Tabs + NOT full Screen + Keyboard - still having issues
you see we have tried this with a blank / brand new tabs app and it doesn't work.
View ArticleAndroid + Tabs + NOT full Screen + Keyboard - still having issues
fox: Really appreciate your reply.Can I confirm 1. you are running a tabs based app2. you have the tabs at the bottom3. your app is NOT fullscreen4. you are running the app on android5. when you open...
View ArticleAndroid + Tabs + NOT full Screen + Keyboard - still having issues
ionic.Platform.isFullScreen = true $ionicPlatform.ready( () -> window.addEventListener 'native.keyboardshow', -> document.body.classList.add('keyboard-open') try window.StatusBar.styleDefault()...
View ArticleAndroid + Tabs + NOT full Screen + Keyboard - still having issues
unnamed (2).png562x1000 226 KB unnamed (1).png562x1000 167 KB
View ArticleAndroid + Tabs + NOT full Screen + Keyboard - still having issues
Thank you so much again for your time on this. We are just going to re investigate this route again. It may be that our app is using more memory /resource than yours and that is what is slowing it...
View ArticleAndroid + Tabs + NOT full Screen + Keyboard - still having issues
keep me posted, I am curious if any of my advice will help you
View ArticleAndroid + Tabs + NOT full Screen + Keyboard - still having issues
It looks like a slight alteration to the directive may have helped improve the situation. I'll try and ask my co-developer to give a bit more detail on what helped once it's confirmed solved.
View Article$ionicHistoryProvider is missing
nxqd: ionicHistory Are your seriously still on beta-13 ?Can you paste some code on how you use $ionicHistory and if you actually import this module in controller?
View ArticleCollection-repeat bug on Windows platform
In my case, i have to set the width to 100% for each ion-ítem. I have tested using you line in my css with no luck. Capture.JPG949x166 49 KB You can see here that width and height are coming with 0px....
View ArticlePush Error Code 101
var privateKey = 'KEY'; var user_ids = ['116531754956747411721']; var appId = 'AppId'; // Encode your key var auth = btoa(privateKey + ':'); // Build the request object var req = { method: 'POST',...
View ArticleCan-swipe for checkbox
Found a fix for this. Add a custom class to ion-item <ion-list can-swipe="true"> <ion-item class="custom-class item item-checkbox" ng-repeat="item in items"> <label class="checkbox...
View Article