Hide tabs on specific page with Typescript
@prodes wrote: Hi, Is there a way to hide the tabs on a specific page? I'm using typescript. Hope there is a solution. PS. Happy new year to all of you! Posts: 1 Participants: 1 Read full topic
View ArticleCan I just use style.css to impliment new buttons
@skippertech wrote: This is really a basic question so I apologize in advance.. I am just getting into Ionic and am liking it so far. I had some custom buttons that I had created with CSS and js. I...
View ArticleCordova is undefined
@mislarieth wrote: Hello all. I'm trying to get the file plugin working; well, ngCordova working in general. I'm having some problems... When running just a simple writeFile execution in the .run...
View ArticlePage Reload
@nani_madepalli wrote: Hey everyone, I'm facing problem with page reload when data is empty. here i get the data from rest service. whenever got the data as null at that time call the service again...
View ArticleVideo compression with cordova
@nani_madepalli wrote: Hey everyone, i'm trying to compress the capture video size with video editor plugin . At the time of editing change quality to Low-quality. It has a 320*320 resolution, but my...
View ArticleHow many API Proxy paths do I need?
@sukhsingh wrote: Hi, I have an API that has a path of http://myapi/v1/ Do I need to set separate proxy path for each ? e.g: "proxies": [ { "path": "/myusers", "proxyUrl": "http://myapi/getusers" } ]...
View ArticleRadio button bug: All options get selected with radiogroup
@dtaalbers wrote: Hi, I am not sure whether I am posting this in the correct section or not, since I am quite new to the forums, but I'll give it a go. I am trying to build an app with Ionic 2...
View ArticleHow do come to know when does application gets killed?
@jasminpethani wrote: I am making music application for iOS using ionic and i just requires to know when does app gets killed .. so, i can stop/pause music i know there are events already there in...
View ArticleHas anyone placed a Button inline with Tabs
@skippertech wrote: I am thinking about placing a button with maybe a drop down menu right next to my apps other tabs but am not completely sure. Is anyone here experienced in doing something like...
View ArticleShowPager with the new ion-slides
@gensollen wrote: Hi there, I want to be able to hide the pagination with the new ion-slides but I tried a lot and I did not succeed . If anyone can help, Thanking you in advance ! Thibaut Posts: 1...
View ArticleAccess $ionicPlatform inside controller
@matanyed wrote: I want to change Ionic configuration (the "back" button text).I can do it inside config function, but I am using angular translate so I need to make it dynamically... Any suggestions?...
View ArticleI can't get my data using $stateParams
@nooralsbah30 wrote: Hi there!! I have a problem to view my selected Task in ionic but in my web app it works perfectly because i have list of task in the right and when i clicked specific task it...
View ArticlePush notifications with Ionic2
@fefelegal wrote: Hi All! I decided to play a bit with ionic2 push notifications and started from this document: http://ionicframework.com/docs/v2/platform/push-notifications/.Following the "Push...
View ArticleSqlite integration query issue
@kinkaz wrote: Hey everyone, I am trying to use the SQLite cordova plugin on my Ionic 2 app. My code looks like this : this.platform.ready().then(() => { let options = { name : "my_db" };...
View ArticleGET, POST, UPDATE, DELETE in ionic2 with restful
@WajdiDH wrote: I search how to handle the return object, and how to use the post, update, and delete methods to invoke rest service in Ionic2. Posts: 1 Participants: 1 Read full topic
View ArticleIonic + bower --> how does it work?
@clembo590 wrote: Hello.I search for an answer but did not find it that is why I am asking here.... I hope someone can help/reply. I already read Understanding Ionic, Gulp, Bower, NPM Here's a quick...
View ArticleGeolocation plugin doesn't work on unsecured origin
@hassan29 wrote: I am trying to use the geolocation plugin to get coordinates. And it keeps giving me a location error message with this message when i serve the app locally getCurrentPosition() and...
View ArticleHow do I use links to navigate in ionic 2?
@mmpco wrote: I'm not a big fan of the new stack navigation in ionic 2 and was wondering if I can still use links to navigate. Posts: 3 Participants: 2 Read full topic
View ArticleDisable Back button in ionic2
@maksood wrote: Hi everyone, can you please help me to understand, how I can Disable back button in ionic 2. Posts: 1 Participants: 1 Read full topic
View ArticleERROR in "ionic platform add android"
@RLN wrote: Updated the hooks directory to have execute permissions { [Error: ENOENT: no such file or directory, open '/home/rln/www/config.xml'] errno: -2, code: 'ENOENT', syscall: 'open', path:...
View Article