Remove ion-item from ion-list ( ionic 2 , typescript )
@davidla wrote: Hey I'm trying to remove ion-item by pressing on remove button , any ideas how to do it? Thanks in advance Posts: 2 Participants: 2 Read full topic
View ArticleElegant way to customise Tabs header
@tleguijt wrote: I'm using a <ion-tabs> in my project and instead of a navbar in the header, I would like to show a custom header with some elements (avatar, a header, some extra info). The...
View ArticleNg-href and dynamic links
@samuele.panarotto wrote: Hello to everyone, I need to create a list with 2 different link, this is a bit of my code: <ion-item ng-repeat="item in items" class="item-remove-animate"...
View ArticleSetting up Wifi-profile for any os
@PSchweinsberg wrote: Hi, I'm searching a way to add a wifi profile on the os via Ionic-App.Is there a library or a way to set the wifi profile that is not depending on a specific os. Especially I...
View ArticleIonic app does not respond to taps in ios
@blue4603 wrote: Hi, I have developed an ionic app and it is working fine in browser (Chrome,IE,Mac Safari,iPad Safari) and android platforms. When I tried it today in ios, the app loads and the ui...
View ArticleIonicModal Highlight Backdrop-Elements for Walkthrough/Tutorial
@William_Wallace wrote: Hello togehter,I try to do my own Walkthrough for my first Ionic-App. I first used the ng-walkthrough but at some point I realised that´s not what I was looking for. So now I...
View ArticleDevice ionic-native
@kurtommy wrote: I'm trying to add Device plugin to my app, but with no success. I've already added Geolocation and it works fine. Do I need some typings install ? this is the plugin...
View ArticleEvent loop without user intervention
@hanaa wrote: I am new to ionic. I just started and i hope i can find some help here.Lately, I am trying to develop something like this. My first problem is that I cannot trigger the sliding/ swiping...
View ArticleWindwos App keeps being rejected for Pin to Start tile
@chrismaher wrote: I get this message from Microsoft Locations: MetadataNotes To DeveloperThe app's pin to star and tpp list icon does not accurately represent the app and is a generic icon. The...
View ArticleHow open file in device navigation
@fabiobalsamo wrote: how can i navigate trhoug file in my device and open it in ionic app? I follow this 2 tutorial both work but in the first one i can't open file and i don't know how to insert the...
View Article$cordovaSQLite delete syntax
@Harilall wrote: Hi guys, I am trying to delete a row of data from my SQLite table, I have been using the following syntax. NB. itemIndex is a passed parameter into a function where this code is...
View ArticleMaster Details view with ionicframwork using ion-list
@hatimane wrote: i'm working on a ionic app and i need to use master details view ,so on small screen i show the list then when i click on item go to details (that is done ) , and for larger screen...
View ArticlePushnotification play sound
@alex_h wrote: Hello, I am creating an app with ionic and ngCordova. The app shell receive push notifications. I have adopted an example from ngCordova....
View ArticleChange badge in ion-menu
@Tommertom wrote: Hi I would like to update the value of a badge in a simple ion-menu. The ion-menu is defined in app.ts as per demo of the Ionic Team, but the value will change due to action in a...
View ArticleIonic Cordova Network Plugin Not detecting a Network Connection
@briannyagol wrote: I have successfully installed cordova network plugin and no errors so far from the code side. When I use ionic serve to get the app to run on my browser, it detects my wifi and the...
View ArticleFails to build the CLI Ionic
@matheusaugusto wrote: Hello, When attempting to use ionic build command, an error occurs in the generation.Msg: Execution failed for task ':process Release Resources'. Posts: 1 Participants: 1 Read...
View ArticleIonic.io push notifications not received
@gildebrand wrote: I am having trouble with Ionic.io push notifications. I can't get the push notification to work in dev-mode or with real notifications for iOS and Android. In dev mode I can see...
View ArticleCLI 2.0.0-beta.20 won't use generators
@temp_kroogi wrote: Hi everyone,when I try to use generator, Ionic CLI tells me that "Generators are only available for Ionic 2 projects", though it is Ionic 2 project. See screenshot.Can anyone tell...
View ArticleProblem when return to page with modal onPageLoaded
@chrisbenseler wrote: In an Ionic 2 app, I have some piece of code like this: onPageLoaded() { let modal = Modal.create(TosModal); this.nav.present(modal); } this works fine, the TosModal is opened...
View ArticleIonic 1 with Cache - are $timeouts automatically cancelled when changing route?
@bonatoque wrote: I'm currently tracking any possible memory leak in my SPA. I'm trying to read the Timeline recordings results, but I'm a designer, have mercy... Do I need to cancel the $timeout(s)...
View Article