Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can i use angular-material with cordova?

I intend to create a Material design based App for Android and Windows.Generally I use Cordova with Ionic framework for development.

In that combo can I add the css and js file of Angular-material and create an app with Material Design ?

like image 557
J V Avatar asked Dec 07 '14 15:12

J V


2 Answers

Yes, angular material works with Cordova. I have tried basic application with AngularJS, Angular Material and Cordova. And this combination works. Angular material is still in development. I am facing few performance bottle necks. This may be one aspect need to think for time being.

like image 190
Omkara Avatar answered Oct 24 '22 15:10

Omkara


Ionic Framework doesn't play well along with Angular Material.
But you can use AngularJs + Cordova + AngularMaterial and it will work like a charm.

If you do want a seed to start, you can look to this one:
https://github.com/mario-aleo/cordova-angular-angularMaterial-seed

like image 26
MarioAleo Avatar answered Oct 24 '22 16:10

MarioAleo