Can I have same look and feel for both ios and android?

Hi all,

We are building a hybrid app using ionic for both ios and android, after some demo to the end user, we get feedback that user want the ui look the same on ios and android, and they prefer the ios one.

So could I ask that is it possible to configure ionic to use ios look and feel even in android device?

Thanks

Yes this can be done (or at least mostly). See http://ionicframework.com/docs/api/provider/$ionicConfigProvider/ for some info on config that will do this.
In terms of icons I think you can set these as you like.

1 Like

yep and with the scss sources you can style tabs, bars identically.