Support to Android Tablet

Hi All,
How can I support to Android phone and Tablet both?
I am ionic developer, developed 2 apps in ionic for Android and iphone.
I want to extend the support to tablet and ipad. Can any one give me any link for this?

You’re in luck, because Ionic does support Tablets right out the box. Our components work on both tablet and phone without any issue.

I am having issue in touch events on tablet, but it works perfectly fine on Phone.
I am using AngularJS’s ng-click for click events.

ng-click="myFunction()"? This shouldn’t have a different effect on iPads. Do you mind give your app a try using the nightly builds?

 <link href="http://code.ionicframework.com/nightly/css/ionic.css" rel="stylesheet">
  <script src="http://code.ionicframework.com/nightly/js/ionic.bundle.js"></script>

Thanks for this suggestion.
Actually I am having an app developed for phones and I want to extend the support to Tablet.
I also want to implement multi-pane, and tablet specific navigation in that.
Is there any way to implement this in Ionic?

2 Likes