We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5635370 commit 16feb6aCopy full SHA for 16feb6a
components/NfcShare.vue
@@ -1,5 +1,5 @@
1
<template>
2
- <div>
+ <div class="row items-center justify-center">
3
<q-btn
4
v-show="!isSharing"
5
no-caps
@@ -21,11 +21,14 @@
21
Tap to Share
22
</div>
23
24
- <q-tooltip>
25
- Tap to Share is only available on Android devices.
26
- </q-tooltip>
27
</template>
28
</q-btn>
+ <div
+ v-if="!supportsNfc"
+ class="text-caption text-weight-thin text-center disabled q-pt-xs"
29
+ style="font-size: 10px;">
30
+ Tap to Share is only available on Android devices.
31
+ </div>
32
33
34
0 commit comments