We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d3dc79 commit 6e359ebCopy full SHA for 6e359eb
src/lib/core-vue/directives/exit-app.js
@@ -4,8 +4,8 @@ Vue.directive('exit-app', {
4
bind: function() {
5
this.container = $(this.el);
6
7
- if (!quasar.runs.on.cordova) {
8
- this.container.addClass('cordova-only');
+ if (!quasar.runs.on.android) {
+ this.container.addClass('hidden');
9
return;
10
}
11
@@ -14,7 +14,7 @@ Vue.directive('exit-app', {
14
});
15
},
16
unbind: function() {
17
18
19
20
0 commit comments