Ionic 1.2 how to go to a specific slide
Hey Guys, i am trying to navigate to different slides using a side menu. Could a graceful soul maybe provide a simple CodePen example on how to jump to a specific slide by clicking on a menu entry?...
View ArticleIonic 1.2 how to go to a specific slide
This might work but is untested, so beware. You could use $ionicSlideBoxDelegate.next(); twice or even more to get to a chosen slide.If you create a method that executes when clicking an item in de...
View ArticleIonic serve in "demo" mode
Just copy the contents of the www folder to a folder on your web server.Use a .htaccess file to password protect the folder. Sidenote: this doesn't give you the "phone-look", but asking your client to...
View ArticleSplash ratio softkeys
Hi,I have issue with splash screen ratio.When device has soft buttons it's squeezing image height.It's like it's taking screen size to calculate without substracting soft keys height.
View Article$ionicScrollDelegate scrollToBottom freezes scrollview on Android
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 work as expected....
View ArticleWhat are you building with Ionic? We want to know!
Hi, I recently released a Reddit client built with Ionic: itunes.apple.com Updraft for Reddit on the App Store Read reviews, compare customer ratings, see screenshots, and learn more about Updraft for...
View ArticleI can not install Ionic
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 directory to E: and...
View ArticleIonic build error - module.js:340
Hi, I'm trying to execute the build command and I receive the following error: module.js:340 throw err; ^ Error: Cannot find module 'C:\Users\EF\AppData\Roaming\npm\node_modules\cordova\bin\cordova'...
View ArticleIon-slides 1.2.1 how to scroll vertically for long content?
It seems to not be possible to scroll vertically slides with long contents in the new swiper.Any clue?
View ArticleHow to change keyboard 'done ' text
there is a way to change this at runtime?So according the local language it changes?!Thanks
View ArticleIonic on IOS waits to load content before closing side menu
I think you are calling the code below in the view controller ! $scope.$on('$ionicView.beforeEnter', function() { //adding data to the scope })
View ArticleHow do you upload files in your ionic app?
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 POST request...
View ArticleHow to send user to a specific page on clicking ngCordova local notification...
in case of push i think you should check deep linking for push notifications. mostly all push notifications providers have deep linking feature.
View ArticleHttp in Ionic 2
Hi @icarus, RXJS is a combination of Observables, Operators and Schedulers. Map is used to perform operations (if required) on the data obtained from observables. To understand in a best way check...
View ArticleCustomizing the angular2 exception handler
Trying another bump... Could we add a hook for ExceptionHandler here? Or is there an other to catch all exceptions? github.com driftyco/ionic/blob/2.0/ionic/config/bootstrap.ts import {provide,...
View ArticleIonic 2 and Barcode plugin
Hi,It just goes back to the previous page after reading the barcode.I'm running out of ideas...
View ArticleIonic 2 Login With Parse API - Context Problem THIS - returns different class...
You can also use the bind function to bind the context to a specific reference. I find generating a self variable to be a bit of a hack and can still cause problems when your callbacks are calling...
View ArticleIonic 2 Login With Parse API - Context Problem THIS - returns different class...
It's actually the #2 item in my first answer, i don't like it so i didn't bother to put an example.
View ArticleIonic 1.2 how to go to a specific slide
Thanks Matt, well the Problem is that i am using the new slides component from ionic 1.2 I was using this approach with the old slid-box component: $scope.$ionicSideMenuDelegate =...
View ArticleInappbrowser options not working
@mhartington @marcelc ionic view isn't working for me for this issue (can't close the inappbrowser). Any work around to this problem? Thanks! This proposed method isn't applicable to my use case....
View Article