Cannot install ios-sim
I think ios simulator is actually installed on this location /Applications/Xcode/Contents/Developer/Applications/Simulator.app Do you find it ?
View ArticleInvalid Device State iOS-Simulator
Do you find the ios-sim at this location ? /Applications/Xcode.app/Contents/Developer/Applications/Simulator.app
View ArticleHow to Lock vertical scrolling while scrolling horizontally
Hi, thanks for the kind response, ca you send me a snippet or some detailed instruction.
View ArticleProblem with iOS debug and emulator
1- Go to : /Applications/Xcode.app/Contents/Developer/Applications/Simulator.app 2- Click Hardware -> Device -> Mange Devices. 3- Add any mobile you want to target at + sign on the bottom. I...
View ArticleGoogle Analytics validate tracking for demographics
Does anyone have experience with validating Google Analytics for demographic tracking purposes? Google gives me instructions on how to do this for Android and iOS native apps, but not for hybrid apps....
View ArticleInfinite-scroll with collection-repeat: Should I be concerned about memory?
@grillorafael As far as I understand this only works with JS scroll. On iOS I want to use native scroll since I have images in my lists. So what solution is there for replicating the same...
View ArticleHow to Lock vertical scrolling while scrolling horizontally
Yep, can you send how you use this carousel?
View ArticleNEED HELP: Live Reload Server Undefined
There's an open issue for this already. Though when I installed 1.7.12, I was still able to have live reload working, it was just the readout from the CLI that was messed up....
View ArticleHow to programmatically trigger doubletap event?
How can I do it? I already looked into ionic forum, google results, and didn't find anything useful. Also, I already tried triggering dblclick, dbltap, doubletap, doubleClick, and even multiple tap...
View ArticleTouch focusing/clicking wrong list item
(Tested only on android yet)I have a list of items.The items can be focused and clicked correctly unless and untill i dont scroll as in screenshot below :- Screenshot_2016-01-14-20-34-07.png720x1280...
View ArticleHow to programmatically trigger doubletap event?
http://ionicframework.com/docs/api/utility/ionic.EventController/#trigger
View ArticleDifferent layout for different screen orientation - not smooth
I have ion-list for both. But for landscape i use two ion-list side by side that have different content (odd elements left, even right). I need to somehow hide list before media queries resizes them,...
View ArticleDifferent layout for different screen orientation - not smooth
What about to display splash screen till you change the layout?
View ArticleUser profile add edit and delete information
Hi please can you tell me how I can implement and code a user profile after logging in using firebase. I want the user to be able to add, edit or delete personal information and for it to be saved so...
View ArticleHow to Lock vertical scrolling while scrolling horizontally
{{heading.title}} <wrap-owlcarousel class="owl-carousel list" data-options="{stopOnHover: true, slideSpeed : 2000, paginationSpeed : 4000, singleItem : true}"> <a ng-repeat="item in...
View ArticleHelp wanted with tags input plugin development
Hi there! I run into a problem at work, where I have to implement an ionic version of ngTagsInput with autocompletion. I thought of cloning guylabs/ion-autocomplete. As work progresses, I thought,...
View ArticleOptional packaging of crosswalk only for Android < 4.4
Hi there,http://blog.ionic.io/market-share-movement-android/ mentions that one should not package cross-walk for devices > 4.4 of Android. How does one go about optionally packaging cross-walk? I...
View ArticleLoosing notification resource icons upon platform rm / add
I think this is actually just missing from Ionic! I noticed I only have a gray rectangle on iOS in some sizes of the notification icons, probably because exactly this problem.
View ArticleHow to Lock vertical scrolling while scrolling horizontally
/* * Core Owl Carousel CSS File * v1.3.3 */ /* clearfix */.owl-carousel .owl-wrapper:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}/* display none...
View ArticleHow to Lock vertical scrolling while scrolling horizontally
Own carousel has 'onDragged' callback function. You can check here: http://owlcarousel.owlgraphic.com/docs/api-callback-functions.html But it seems that you are using some wrapper on top of carousel...
View Article