White bar above keyboard
A white bar always appears above my keyboard. Seems like some sort of padding on the page. Disabling native scrolling fixes this, but native scrolling is working way better for my app, than js...
View ArticleUpdate app.bundle.js file
If you want to use moment.js in your app then it's not npm that you must use, it's bower.npm is used to install tools. bower install moment --save Then depending on the gulp process you use, you may...
View ArticleWhite bar above keyboard
Help us help you meta Hey there! In case you haven't noticed, the forum is super busy! One of our community members, Dragan Gaić (@Gajotres), recently wrote a fantastic blog post titled, "How To Ask a...
View ArticleIs there a way to move `/platforms` and `/plugins` out of the Ionic project...
with that it is enough to know the plugin, cli versions. if everyone is using the same vagrant machine there are no differences in the plugins at all
View ArticleIs there a way to move `/platforms` and `/plugins` out of the Ionic project...
Yes, I get that. But what if I want to upgrade or reinstall a plugin (yes this is a real need - the one why I started this thread). Nothing I overlooked that woul solve that, correct?
View ArticleIs there a way to move `/platforms` and `/plugins` out of the Ionic project...
if you upgrade a plugin --> upgrade to a new specific version --> you will see it in the package.json afterwards... and if you know the version you can look in the original repository of the...
View ArticleApp is zoomed in on specific devices
Interesting, so you are basically turning off the "usePreferredTextZoom" feature as this is on by default on Android devices. Not good, but solves the problem...
View ArticleIonic with parse.com for push notification
im having the same issue here.. can someone point out the right direction on this ??
View ArticleIonic iphone screen overlap on page navigation
Just tagging random people is not very nice... jainank: When I navigate from Page1 -> Page2 , ionic do left to right push animation. Out of 6 from 10, animation moves in following way: Page1 ->...
View ArticleWhite bar above keyboard
Are you refering to this post? White space above keyboard or select box control(pic inside) ionic Hi, all, i have small issue with input, textarea or any control on my app page. Ex.1...
View ArticleWhite bar above keyboard
This article just means that you did not provide any information on your environment, nor any code.
View ArticletemplateUrl in Popup
Hi, I want to show a template as content of a popup, but after so many test I haven't able to do it. I have the template in www/templates/template.html <html> <head></head>...
View ArticleWhite bar above keyboard
Ok, I will do my best to describe my issue further: Here is all the config code I got regarding keyboard and scrolling: $ionicConfigProvider.scrolling.jsScrolling(false);...
View ArticleSidemenu & Tabs Together?
Ok I think I've worked it out after studying both examples It took me a few days of stripping down the conference app to the barebones to understand what was going on better (just 2 tabs, basic JSON...
View ArticleHow to download latest version of fileopener2 plugin?
Hi there, When I do cordova plugin list i get this: io.github.pwlin.cordova.plugins.fileopener2 1.0.11 "File Opener2" How can i upgrade to the latest version? (2.0.1) I tried to remove and add the...
View ArticleBug: Checkbox re-checks itself, inconsistently
ok thanks for your input on events!I put some console.logs when these events fire, and there is delay of more than 15 seconds on my android between beforeLeave (on weightLevel view) and enter (on...
View ArticleBack button does not appear in devices but in the browser
Hi. I want to customize the back button in my application and change the left arrow for a close icon but I don't know where do I have to place it to change it into all my application
View Article"ionic run" started uninstalling before installing
Hi, I started using:ionic platform add android@5.0.0 (instead of just android)to get the diagnostic plugin to work. But since I've done this, when i useionic run (which defaults to android)the...
View ArticleBug: Checkbox re-checks itself, inconsistently
depends what you are doing in the meantime^^ seems like something is blocking the state change... do you have some resolves in your computeView state?
View ArticleEXCEPTION: No provider for Http! How to solve?
Hello guys! I'm developing one app with ionic 2, but I'm stucked with this error when I try to make an http request... And I don't know what is causing it... Look at my js: app.js import {App,...
View Article