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>
bea
2
Set detail-none to the button
8 Likes
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
1 Like