How to: Ionic2 with Javascript
@MisterDev wrote: Today I've learned that ionic 2 now uses typescript only. I've also found here: We're going all in on TS.You could do your own work and covert it toa es6 workflow, but we want people...
View ArticleUpload video file to firebase storage
@eheading wrote: I have followed this video : https://www.youtube.com/watch?v=6yGrLWq-oIoand I can successfully pick the image from library from changeing sourceType: Camera.PictureSourceType.CAMERA...
View ArticleHow to use on-swipe and side-menu at the same time?
@SE_Flyer wrote: I want to be able to use swipe-right to get to last page,and use a right side menu in the current page.But it seems that they can't work well together,how to fix it? Posts: 1...
View ArticlePush Notifications with ionic cloud
@Eon wrote: Hello, I just upload my app to the app store and play store, the push notifications are working fine in android but in ios doesn't work, i tested the push in develop when i run my app from...
View ArticleIonic Deploy: Disabled! Deploy plugin is not installed or has not loaded....
@vijayboyapati wrote: Hi guys, I'm trying to get Ionic deploy working and I've followed the setup instructions here: http://docs.ionic.io/services/deploy/ I have an app_id and I believe I've...
View ArticleClick not work proper in select menu
@varshil29 wrote: i have one select/option menu with label.. problem is that when i add css at that time menu open on arrow click not on whole row click. and when i remove css .click on any place in...
View ArticleWill ionic 1 still be supported after ionic 2 is released?
@GregDev wrote: Hey everyone, We've been using ionic for over a year now and really like it! After ionic 2 is released will ionic 1 still be supported? This would be useful for us to know because if...
View ArticleRefresh app on specific hour
@codiqa100098546 wrote: Hello, I have created an application and have one problem. How can I refresh data/cache on specific hour? For example on 2 am app will download data. How can I do something...
View ArticleIonic 2 Failed to push to another page from Forms in Modal
@vinnchan wrote: <form [formGroup]="variation" (ngSubmit)="onSubmit()"> <ion-list radio-group formControlName="color" *ngFor="let option of options"> <ion-list-header>...
View ArticleGoogle Maps: the best plugin is?
@ziobudda wrote: Hi all, I have searched via Google for a Google Maps plugin but I have found to much docs and plugins. Which is the most advanced and/or the better at this moment ? I don't want start...
View ArticleCollection-repeat item not working with angular component
@MisterDev wrote: I'm trying to use collection-repeat to display an angular component for each object in an array. I pass each object as parameter to an angular component but when I try to access the...
View Article[cordova-debug-adapter] Error: Unable to find pid
@sahildaga95 wrote: Hello,I am developing my app using ionic and i wanted to debug my application on Mobile device not emulator.It works perfectly in Windows but do not launch on ubuntu or macintosh.I...
View ArticleHow to add the Windows platform in a project using Linux?
@leonardovilarinho wrote: Is there any way to add the Windows platform in a project? I'm using Ubuntu Linux, I have had no problems when adding the Android platform with Windows not getting success is...
View ArticleERROR installing ionic app on android device
@thaker wrote: stackoverflow.com ERROR: Failed to launch application on device: ERROR: Failed to install apk to device: not installing on Android api level 23 android, ionic-framework, gruntjs asked...
View ArticleHow to create push notification in ionic 2
@sagi_uziel wrote: Hi,I need a good guide to install ionic 2 push notification in android. I tried this link (http://docs.ionic.io/services/push) and it doesnt work. Thanks Posts: 3 Participants: 2...
View ArticleIOS Google Maps
@hermanho237 wrote: Hello, have trouble with maps on IOS. my app works fin on ANDROID, but on IOS i always have a timeout error from google API. I set timeout to 1000. Any special settings for IOS?...
View ArticleGetting $ionicTabsDelegate To Display Tabs Bar
@angelalukic wrote: I've also asked about this on StackOverflow and GitHub but I don't seem to be getting much luck. I've currently got an Ionic App which has both a sidemenu and a tabs bar. I'm...
View ArticleIt does not work.....?
@anilDevaki123 wrote: $scope.close = function () { ionic.Platform.exitApp(); // navigator.app.exitApp(); } Posts: 1 Participants: 1 Read full topic
View ArticleError with navigator object
@drako9 wrote: Hi all , i'm new in ionic forum and i decide to create this topic to solve a problem with i'm stuck for 2 weeks. I have the following : - Visual Studio Android Emulator- Ionic 1 project...
View ArticleMaterial design compatibility with css
@rohitrai wrote: Hi all, I'm building hybrid app using ionic framework can you suggest me which material design i should opt for example Materialize, angular etc there is also polymer by google is it...
View Article