How do I remove the right arrow icon which come on iOS in the following:
<button ion-item>
<h2>Heading</h2>
<p>Description</p>
</button>
How do I remove the right arrow icon which come on iOS in the following:
<button ion-item>
<h2>Heading</h2>
<p>Description</p>
</button>
Set detail-none to the button
Awesome! Thank you.
Update sass variables instead of adding an attribute on all buttons:
$item-md-detail-push-show $item-wp-detail-push-show $item-ios-detail-push-show