Merge pull request #5707 from gabrielbazan7/fix/hardwarebutton
disabled hardware backbutton in disclaimer and feedback views
This commit is contained in:
commit
83d8f7a17b
2 changed files with 11 additions and 20 deletions
|
|
@ -1,4 +1,4 @@
|
|||
<ion-view id="complete" hide-nav-bar="!fromSettings" hide-tabs>
|
||||
<ion-view id="complete" hide-tabs>
|
||||
<ion-nav-bar class="bar-royal">
|
||||
<ion-nav-back-button>
|
||||
</ion-nav-back-button>
|
||||
|
|
@ -9,7 +9,7 @@
|
|||
</button>
|
||||
</ion-nav-buttons>
|
||||
</ion-nav-bar>
|
||||
<ion-content scroll="false" has-header="fromSettings">
|
||||
<ion-content scroll="false">
|
||||
<div class="complete-layout">
|
||||
<div class="complete-layout__expand" ng-class="{'fade-in': !animate || socialsharing}">
|
||||
<div ng-show="fromSettings">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue