Ionic 2 - Force style to Material Design
@michael_amaral wrote: Hello guys. I found this on docs: You can change the mode that gets assigned in the configuration of your app. Therefore, if you wanted the Material Design md mode on iOS, you...
View Article[IONIC] : no way to change web content location by Android (webview)
@hmachefer wrote: Hi there. I have read a lot about Phonegap, Cordova and so on but never really found what I'm looking for. My concern is highly basic to describe. Here is what main index.html file...
View ArticleAdding default click sounds
@loomtronic wrote: It seems like when I click buttons in my ionic 1 app, it does not make a click sound (in iOS but I believe the same happens in android). Is there a way to enable click sounds for...
View ArticleWhy $ionicView.beforeEnter is called twice in ion-tabs ?(With Plunker attached)
@sylfree9999 wrote: I have tried to add ion-tabs at the top of a page(HomeTabPage), but I found that the $ionicView.beforeEnter is called twice. Is it because the two tabs are sharing the same ctrl?...
View ArticleMultiple Tabs Using Same Pages
@raymondtieu wrote: I have 3 tabs in my application. They all use the same page and accept different params.How can I use the same page for each tab, while passing each page unique parameters?Thank...
View ArticleShow user details after login
@MohammedSalah wrote: Hello, I want to to display user details in other page after successfully login My Controller .factory('Post', function($resource) { return $resource('api/view_order',{phone:...
View ArticleNested lists showing weird results
@anubro wrote: Here is my nested listed codes <div ng-repeat="sche in usermeta.data.addresses[0].sche"> <p><a class="" href="">{{sche.day}}</a></p> <div...
View ArticleIonic 2 with Kinvey examples?
@zrll2 wrote: Hi all, am new to Ionic and AngularJS but have seen the potential of mobile HTML5 apps, so I figured might as well start from Ionic 2 and make myself future-proof. Unfortunately the...
View ArticleCordova-plugin-whitelist problem only in release
@ludochane wrote: Hi,I have a problem with the cordova Whitelist plugin.It works well in debug mode (ionic build android).But in release mode (ionic build --release android), my app can't reach my...
View ArticleHow to use bower with ionic2
@alxn wrote: Hey everyone, I'm trying to get my hands on ionc2 and I was wondering what the best practise is to use bower with ionic2? How do I structure the project folders properly to use...
View ArticleTo eliminate errors while generating pages using ionic 2 generate
@syedtariq wrote: I had created an app using --ts option. When I generate pages however the resulting file is a javascript and it has errors starting with the import statement which references...
View ArticleIonic 2 reusable page templates
@bjm88 wrote: I started with Ionic2 trying to mix a tab main page layout that has a menu with also sub pages having more of the drill in and back button layout. So I have two or three primary layouts,...
View ArticleAngular Google Maps Not Displaying
@whileyryan wrote: Hey everyone, I'm trying to implement Angular Google Maps but the actual map is not showing up. I have this in my HTML when viewing the page through Ionic Serve. <div...
View ArticleNpm install -g ionic dosent work
@Amanuel wrote: npm install -g ionic dosent work...... Here is error: C:\wamp\www>npm install -g node-sass npm WARN deprecated npmconf@2.1.2: this package has been reintegrated into npm and is now...
View ArticleIon-select with dynamic options
@jasonwaters wrote: Hi guys, I'm diving in head first into ionic 2 and I'm stumped on something that is probably very simple. I am using ngFor to dynamically add options to a select component like...
View ArticlePass data to ionic Action sheet
@onigetoc wrote: I have a user list based on the tabs demo. If i click on a user. i open a Action sheet with two option, call him or send a SMS.How can i transpose the name and phone number to the...
View ArticleFacebook login ionic2
@polska03 wrote: Hi, I was wondering if anyone has been able to get Facebook login to work with ionic2? If so, may I plase ask if you could share the steps of how how you did this? I was using a...
View ArticleAdding my app as a native sharing option
@diascodes wrote: Hey folks, I've been searching for a solution for this case, I have an application that seems like a small social network, it's quite an RH management platform… the thing I'm willing...
View ArticleIonic 2 top nav with tabs and menu
@bjm88 wrote: Hi, Can anyone provide an example of Ionic 2 navigation setup where there are tabs and menu used togetherall at top. I've found ionic navigation bar and tabs surprising rigid given the...
View Article[Solved] Ionic in the background
@Taimc wrote: So I've made myself a small "incremental game". Note: For those who are not familiar, you click on a button and it increases a value, a currency of sorts. You buy upgrades to...
View Article