Scrolling breaks when html has too many nested elements
@dsditt wrote: So I've got an ionic app with a modal which injects html into a container. Everything works fine for the most part, but I have noticed that when beginning a scroll down gesture over...
View ArticleModal windown over ion-header and ion-footer
@Obito wrote: Hi, I'm really new in this, and hope you can help me with this.I want to set a div container, that contains another div with some message, inside ion-content... Need this to act like a...
View ArticleIonic Platform User and CouchDB
@jeffleus wrote: Can I use the Users service on the ionic.io platform as an OAuth provider with CouchDB for authentication? I have a design using local PouchDb and replication w/ a CouchDB backend. I...
View ArticleState changes lose persistency and ends up throwing innerHTML errors in console
@finetheagency wrote: Okay so I have been trying to figure this out. I have an app with abstract parents states and child states. I have states attached to named views inside each tab: Abstract...
View ArticleProgrammatically enable 'zooming' On ion-scroll
@nabi_singer wrote: Hi,Is there a way to programmatically enable 'zooming' attribute for ion-scroll tag? Looks like once you set it to true or false on app startup, you can not change it any more....
View ArticleList down complex Josn array using ng-repeat in ion-list
@Keertesh wrote: I'm getting following response **```** ** [**** {**** "booking_request_id": 1191,**** "request_id_prefix": "RQ20160530",**** "request_id_postfix": 3,**** "booking_request_ufn":...
View ArticleNot receiving push notifications for android device
@wouterlilopel wrote: okay im trying to get push notifications to work for my android device and follweded the full push documentation from ionic to let it work. i did manage to create a user with a...
View ArticleIonic iOS screen orientation issue
@nmdia wrote: Hi everyone I'm using Cordova v6.2.0 (also tried with v6.0.0) and https://github.com/apache/cordova-plugin-screen-orientation plugin to lock screen orientation when particular page is...
View ArticleCan't install ionic - permission denied in terminal
@zaehlpixel wrote: Hi there, I am totally struggeling with this. No terminal user, this is my first time using it. I've installed node.js and npm and now cordova and ionic, but with ionic, I always...
View ArticlePush Notification With Image In IONIC?
@technotip wrote: How to implement Notification with Image in it? Like the one we see in below screenshot: 13453063_1322933634403344_811528157_o.png576x1024 301 KB Posts: 1 Participants: 1 Read full...
View ArticleAutoprefixer ignored
@christianpugliese wrote: Hi everyone, any idea why autoprefixer is not working on this? (it's completely ignored) ` var gulp = require('gulp'); ... var autoprefixer = require('gulp-autoprefixer');...
View ArticleHow to change index.html to index.php in ionic?
@Prathik wrote: I want to change the file which is loaded in the starting. i.e index.html to index.php. i changed it with config file <content src="index.php"/> But still I am getting the error...
View ArticleiOS - Ionic Popup Keyboard invoke is hiding the text field
@mobiasrnd wrote: Hi, In popups, when we hit on a text field keyboard gets invoked. But, when it is getting invoked it is not moving the popup and bringing the focus to the top (mainly occurs when the...
View ArticleBuild error on android
@jeanpierre42 wrote: Hi ! I have big problem only with android build. When i do "cordova emulate android" or "cordova build android" I have a build failed with this message : FAILURE: Build failed...
View ArticleEllipsis to limit text height & width
@fzwael wrote: Hello,I was trying to limit my text width & height , I usesd text-overflow: ellipsis in my CSS file but I got this result : Capture.PNG727x278 8.17 KB my CSS is : .ellipsis{...
View ArticleStyling range part before cursor in Range Ionic
@CyrilZ wrote: Hey there, I need to make difference with color between the part before and after the slider in range Ionic. Someone could help to do this with css if it is possible please ? The aim...
View ArticleIonic run android java sdk error
@mejingjard wrote: So, I've searched a lot and found nothing on google/stack about my error, so here goes the message that displays when I run ionic run android ~/Documents/app/myapp $ ionic run...
View ArticleIonic bug? .run being called twice
@Hagios wrote: I created a brand new app using "ionic start runtwice blank". The only change I made was to was to log when .run is called. Here is the complete code: angular.module('starter',...
View ArticleAndroid Debug Key
@jlopez90 wrote: Need to find the API debug key to get the SHA1 fingerprint. It is not located at ~/.android/debug.keystore. Where is it located? Thanks! Posts: 1 Participants: 1 Read full topic
View ArticleInAppBrowser - can't use ?
@Fright wrote: Hello. I am using an InAppBrowser (cordova plugin) to show a web form with an HTML file upload input.On both Android and iOS when I click the "Choose file" button the file system...
View Article