In {N} iOS platform, when you navigate to a new page, it seems like {N} automatically adds a "< Back" button to the left side of the action bar.
Can this event be intercepted?
Also, I visit a simple About page and then press this auto-generated Back and then visit again...usually on the 2nd or 3rd time - that page is frozen - doesn't accept any taps.
This page works fine in Android.
<Page navigatingTo="navigatingTo" xmlns="http://schemas.nativescript.org/tns.xsd" class="page">
<Page.actionBar>
<ActionBar class="action-bar" title="Settings">
<NavigationButton text="Go Back" android.systemIcon="ic_menu_back" tap="onBackTap"/>
</Page.actionBar>
</Page>