Fixed title in ion-nav-bar
I'm trying to get a fixed title in the ion-nav-bar (text or image). For a app i'm building I just need a back icon and a logo/brandname in the navbar that doesn't fade from view to view. Can anyone...
View ArticlePlay native music in IOS
Thanks, I have already checked that link but i want to play song already available in iOS device music library not from the document directory or from the local app directory.this example works for...
View ArticleIonic v2 with Visual studio issues
I just started my new project with alpha ionic, and since i never work with typescript i have some issues. I cant figure out how to run import {Page} from 'ionic/ionic'; it shows error Error 38 Cannot...
View ArticleHow to get current name in config?
Hi there, I wanna get current state in config file. it use to define $ionicConfigProvider.tabs.position("bottom"/"top");I wanna set in my app flexible tabs postion in diffrent state.
View ArticleIonic emulate, target device type AND iOS version
Hi, Try this, it worked for me: $ionic emulate ios --target="iPad-Air, 8.1"
View ArticleProblem refreshing google maps
I´m developing my first app using ionic, and I´m having problems using google maps in some devices. In my app, the user have to mark his location by clicking on the map. So, each time the user click...
View ArticleHow to handle user's request when OAuth Access token expire?
Hi,I'm new to ionic & angular, currently trying to build an android app. Using OAUTH 2(also new at here) for resource authorization. Now, stuck at one point & want to know how you peoples...
View ArticleErrors after installing sass
Thank you I will try that. Do you mean npm? or is nvm correct?
View ArticleHide Tabs on particular page - Ionic2
Is it possible to hide the tabs on particular pages in ionic2 ?
View ArticleGlobal constant for all controllers?
How can I set a string constant that can be accessed by all controllers in my ionic app?
View ArticleIonic run android or ionic build android builds the wrong app
Hello, When I build or run an app from my app directory with the following commands ionic build android or inonic run android. Always the wrong app is build. I see an app with playlists I think any...
View ArticleIntellisense for Ionic 2 is not working in Visual Studio 2015
I just created a project using "ionic start Project blank --v2". I then opened it in Visual Studio 2015 using the "New Project from Existing Code". I then chose "Apache Cordova" as the project type....
View ArticleWhat is the recommended version of NodeJS to use with Ionic2?
Is it OK to use Node 5 or should I stick to 4.*?
View ArticleSlides in ionic 2
How do I know the current index of slide in ionic 2? {{$index}} does not work.
View ArticleWebStorm & Ionic2 - TypeScript lib reference
How to let WebStorm (actually any JetBrains product e.g. PyCharm ) to pickup types information for Ionic2 TypeScript library? I've marked PROJECT_ROOT/node_modules as source root and it helped with...
View ArticleIonic Slider Full Screen
What I have found is you can wrap the ion-slide-box in a div, then set the contents of the div to be full height with a bit of sass: .wrapper { height:100%; width:100%; * { height:100%; width:100%; }...
View ArticleSharing my photo-crop plugin
Hello sir! I tried to solve the problem using the Blob solution you suggested but it didn't work, Therefore, I changed the way to solve the problem; instead I opted to just pass the image coordinates...
View ArticleErrors after installing sass
I really meant nvm for installing node as a non root user so that you can install multiple versions of node and other tools
View Article