How to write Media queries in ionic app?
@ravikiran6763 wrote: I have written the below media query for the device width of 320 , biut its not working for me @media only screen and (max-device-width: 320px) and (-webkit-device-pixel-ratio:...
View ArticleHow to show item from json Array
@akuljana wrote: Hi, need little help. I have json in this format. { "title": "Example", "content": "Lorem ipsum", "img": [ "http://example.com/img.jpg" ] } And I can get title and content without...
View ArticleMapBox div is displaced after opening modal in another view
@apr1337 wrote: Greetings. We are building an app using MapBox and Ionic. We have an issue with the MapBox div getting displaced after opening a modal in another view. Steps to reproduce:(The app is...
View ArticleHow remove curly braces {} from all string of a json
@fabiobalsamo wrote: Hi, i've a huge JSON that contains data like this {"caseFolderId":"{2854EE70-146A-4618-826C-BA33FC807A25}","caseTaskId":"{28BE9F56-A7D7-4CA5-B777-A51FF3847236}","stepName":"Item...
View Article$state.$go call back?
@coreelements wrote: Is there an callback when I do $state.go('test'); I want to execute a function when the view is ready .. my other solution is a timeout .. but don't really want to do that Posts:...
View ArticleDebugging db sqlite on ios device
@Earl wrote: Hi, I am using the sqlite plugin from ngCordova.I have created this gist: https://gist.github.com/ilgianfra/9b3c4f1492745d818618to test the DB in my browser and in my ios device. It looks...
View ArticleAnyone else having problems with 1.2.1?
@smorell wrote: [disclaimer: I started with ionic as recently as yesterday, so I might easily ask a stupid question here...] I was trying to install ngCordova, using bower, but the install breaks with...
View ArticleFooter-bar with keyboard-attach textarea only works in full screen
@bwalsh wrote: Hi. Thanks for a great product.I've implemented a "comment window" roughly based on this http://codepen.io/ethanneff/pen/yymYRR At a high level the layout of the page is:-view - header...
View ArticleLoading new datas to list
@ordekci wrote: Hi. I have a page that shows records from database. Backend service return 20 records for every call. So, I show 20 records on page for first page open. I want that when user comes to...
View ArticleTwo images full width
@markbbishop wrote: I put two images side by side on one page under the header as col-50. The issue is I want both images the full 50% width without any padding around any edges. I can't seem to...
View ArticleNo luck trying to update badge on a tab, scoping issue?
@hansgill wrote: Ok i'm fairly new to angular and spent the last 3 hours on this issue. I have an ionic tabs app and I want to update the badge on the notifications tab whenever something happens, I...
View ArticleVideo Issue
@nani_madepalli wrote: In my app video is not pause when directly goes to another tab-views through tabs. please suggest how to pause video automatically when go to another view . Posts: 1...
View ArticleNpm ERR! Darwin 15.2.0
@sathishxcode wrote: npm ERR! Darwin 15.2.0npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" "-g" "cordova" "ionic"npm ERR! node v5.3.0npm ERR! npm v3.3.12npm ERR! path...
View ArticleIssue v1.2.1 : ion-content scrolling not working with ion-slides directive
@vchangal wrote: With the new Ionic version available, I tried to migrate my current app to have the benefits of the new directive.But I am currently struggling with a strange behavior after the...
View ArticleRead one time password form SMS in ionic app
@vijaydeep wrote: Hey, I am building an ionic app which receives one time password via SMS. I want to auto detect that password. how can i do that? Thanks. Posts: 1 Participants: 1 Read full topic
View ArticleBest way to upgrade to ionic 1.2
@jdat82 wrote: Hi, In order to upgrade from ionic 1.1.1 to ionic 1.2.1, which is best : - upgrade libs with : ionic lib update- regenerate a whole project with ionic start and copy/paste existing code...
View ArticleIOS with Media plugin
@nururddin wrote: I have issue with media plugin in ios when I start to play sound take long time to start unlike in android why media doing that in IOS, has anything I should do in IOS? Posts: 2...
View ArticleMedia plugin add player controller in status bar
@nururddin wrote: How I can add media controller when to play any media in my application for example, when closing the application, I want to show Audio controller in Status Bar and thanks Posts: 1...
View ArticleQuestion about Best Practices on Logging Out a User
@kevincobain2000 wrote: Hi, I have googled a bit and wasn't able to find a promising answer yet. I use Parse as backend and my question is about logging out a user. I am using $scope in all my...
View ArticleEvent to Event Detail Issue
@markbbishop wrote: I'm sure I'm missing something simple, but I can't seem to get it to work. I did a "starter tabs" and have this as a few tabs: .state('tab.events', { url: '/events', views: {...
View Article