Cursor remains stuck on original position after scroll
@kunjanthakkar wrote: am building an application using ionic. I have a template with several input fields. When user hits on an input field I want to scroll the field to the top. I tried using...
View ArticleProblem in disabling swipe action in ion-list
@varun13 wrote: codepen I want to disable swipe action for ion-items. But after clicking recorder button or delete button, it is enabling swipe action.Please help me in this Posts: 1 Participants: 1...
View ArticleIon-slides 1.2.1 ionic unable to showPager
@mv_ wrote: I'm using the new Ion-slides directive, but i'm not able to show the pager on the bottom of the screen. Is there an option to enable it?Thanks Posts: 1 Participants: 1 Read full topic
View ArticleIonic serve in "demo" mode
@dadrimon2 wrote: Hi guys I've been working with ionic a few months and it works great, but there is something I've trying lately without success. I'd like to show to the client the current state of...
View Article$ionicScrollDelegate scrollToBottom freezes scrollview on Android
@swapkids wrote: If $ionicScrollDelegate scrollToBottom is called during a ion-list ng-repeat update the entire scrollview freezes. If I wait until the ng-repeat is done rendering the scrollToBottom...
View ArticleI can not install Ionic
@marconium wrote: Hello to everyone, I have a problem installing the ionic. My node version is 4.2.4, npm 2.14.12 and cordova 5.4.1. I i start cmd comand npm install -g ionic, after thet change my...
View ArticleIon-slides 1.2.1 how to scroll vertically for long content?
@mv_ wrote: It seems to not be possible to scroll vertically slides with long contents in the new swiper.Any clue? Posts: 1 Participants: 1 Read full topic
View ArticleHow do you upload files in your ionic app?
@marosseleng wrote: Hi, I know, it's kinda unusual question, but I think, that $cordovaFileTransfer corrupts the binary response.So, what other ways (if there are such) do you use, to make a multipart...
View ArticleProject structure
@NooNoo wrote: Hello, This is a pretty basic question I think but I just wanted to check. If I want to store files associated with building an app (e.g. productions files that won't actually make it...
View ArticleShow video from camera live
@svarlamov wrote: I've been working with the Ionic Framework for quite a while now, and while I have been able to find tons of tutorials and examples for taking a picture or video, I haven't seen...
View ArticleProblem with promise going to error even though it works
@madhyve wrote: Hey everybody!I'm working on an app which contacts a rest api, there is a login and a register view for now, the register works fine but the register misbehaves. When I fill all the...
View ArticleParse.initialize function prevents ionic app from loading only in ios emulator
@bdawg wrote: Hi guys, I'm building an app using the Ionic framework. I'm working on integrating Parse as a backend service into the app. Everything works perfectly when I run the app in my browser or...
View ArticleParse.initialize function prevents ionic app from loading only in ios emulator
@bmeeks wrote: I'm working on integrating Parse as a backend service into my app. Everything works perfectly when I run the app in my browser or when I run the app in the emulator with live reload...
View ArticleAndroid crash when google maps is draged
@pepeelguapo wrote: Hi. I have an error with my app when i try to drag and move google-maps, the app crash and it's show me the classical error from android "Unfortunately the application is stopped"....
View ArticleLink to details page in a list not working
@xsantola wrote: Hi folks -- I recently started a simple app listing beers and when you'd click on each item, you'd get to the details page of that given beer. I've ready tons of posts, articles, and...
View ArticleCannot $http POST file to Laravel
@VolvoOlympian wrote: I am trying to POST a file along with other form data to my Laravel API, but the file was not received by the API: $http({ method: 'POST', url: '/upload-file', headers: {...
View Article$state.go sometimes mistakes state for nested view in tabs controller
@OJCode14 wrote: I have a tabbed view app. I have a couple views that sit outside of the tabs controller, one being 'initial'. This is the first app view and contains the log in/sign up choice....
View ArticleScope.$parent not working after upgrading to 1.2.4
@cdungler wrote: Hi, I have the following directive : app.directive('selectFilter', ['$state', 'arrayService', '$ionicPopup', '$ionicModal', function($state, arrayService, $ionicPopup, $ionicModal) {...
View ArticleDelete view cache of one specific view?
@Sujan12 wrote: If "something" happens in my app I want to delete the view cache of a specific view so that next time I enter this view it will get rendered freshly and the app does not show a cached...
View ArticleExecute code when view is entered from "below" or "beside" on the view stack...
@Sujan12 wrote: I have this app that has 4 views: login -> list -> detail -> misc Now I'm looking for some code that reloads the view list when it is entered from login or misc, but not when...
View Article