$scope.$broadcast('scroll.infiniteScrollComplete') not working
@mojtabam wrote: himy code app.js $scope.loadMore = function () { $http.get("http://nariasoft.ir/magic/api/get_posts/?offset="+ $scope.offset). success(function(reponse) { var newPost = reponse.posts;...
View ArticleApp not fitting properly -- Bottom Bar and Slider
@sreevanisudheer wrote: I am new to Ionic and trying to develop simple app. I am able to make it work on ios, android, wp8, but seeing this mis-alignments. Trying to know on how these can be caught...
View ArticleAccess database of another app
@georgeMathew wrote: hi I need to access database of another app from my app,is it possible to do that in ionic. Posts: 2 Participants: 2 Read full topic
View ArticleIonic and Aviary
@coreelements wrote: Has anyone tried Aviary with Ionic? https://developers.aviary.com/ Posts: 1 Participants: 1 Read full topic
View ArticlecordovaFile permissions in different devices
@Kelsnare wrote: I am making an app entirely on ionic with cordova plugins. My app requires extensive file writes which seems to fail in a number of devices and again works in some. In such a scenario...
View ArticleScreen orientation change in specific page
@nani_madepalli wrote: Hey everyone,I'm develop an app in ionic, My requirement is play the video in landscape mode. rest of my app in portrait mode . I fix the app into portrait mode by using it...
View ArticleIonic save push notifications
@Aceconhielo wrote: Hello, is there any way to save the notifications that I receive in the app or see all the notifications with Ionic Push Notifications. For more details im using the plugins that...
View ArticleGet video from photo album/gallery?
@zhouhaowowtv wrote: I'm wondering if it's possible to get video data from photo album / gallery? Any plugin available for this? Thanks Posts: 4 Participants: 2 Read full topic
View ArticleIon-list | Tap "View more button load more data"
@abdulaleem_systems wrote: Hi, I have fetched a long list from server and it makes scrolling laggy. I want to load 10 records first and then after records there is a button (Tap to view more data) and...
View ArticleLoosing notification resource icons upon platform rm / add
@zwacky wrote: hey guys is there a way to not manually have to put notification icons into platforms/android/res after i did a ionic platform rm android? cheers Posts: 4 Participants: 2 Read full topic
View ArticleDebugging Ionic 2
@pvantrepote wrote: Good morning, I am playing with Ionic 2 and was trying to debug using map files.I enable map generation in the web pack config file (devtool: 'source-map'), but I was surprised it...
View ArticleWhole page is rendered white after textinput on iOS
@alife wrote: Hi! I have a problem with rendering on iOS. On Android everything works as expected. After I type text into a textinput (and the keyboard gets hidden) whole page is rendered white, but...
View ArticleIonic-datepicker callback not fired
@Baklizki wrote: Hello ionic-people,i have another question. This time it is the ionic plugin from rajeshwarpatlolla (https://github.com/rajeshwarpatlolla/ionic-datepicker). Now i tried some different...
View ArticleOrdered list in ionic
@chocoholic wrote: The html tag "ol" which is for ordered list is not working in ionic. Is there any way to have an ordered list numericaly? Example:1. Abc2. Def3. Ghi Posts: 6 Participants: 3 Read...
View ArticleDifferent layout for different screen orientation - not smooth
@mladen5 wrote: So i am using simple ng-if to display different layouts for landscape and portrait.But when i rotate device my layout is broken for half a second before new layout it applied. On...
View ArticleHow to Lock vertical scrolling while scrolling horizontally
@williamnsubuga wrote: Hello Good People Does anyone have an idea on how to Lock vertical scrolling while scrolling horizontally , Am using owl carousel in my app, but not sure on how to achieve this...
View ArticleNEED HELP; Weird issue
@sebastien_gignac wrote: Hi there, I have an issue with a form. The form load correctly, but when I update one field and I click somewhere else and the keyboard close, the form disapear. The form is...
View ArticleGoogle Analytics validate tracking for demographics
@JRozler wrote: 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...
View ArticleHow to programmatically trigger doubletap event?
@denislins wrote: 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...
View ArticleTouch focusing/clicking wrong list item
@Sumeet123 wrote: (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 :-...
View Article