mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-09-09 19:31:51 +02:00
Hide lock orientation setting on iOS because it is not supported
This commit is contained in:
+2
-1
@@ -8,7 +8,8 @@
|
|||||||
</div>
|
</div>
|
||||||
<p class="pl-4">Use bookshelf view</p>
|
<p class="pl-4">Use bookshelf view</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-center py-3" @click.stop="toggleLockOrientation">
|
<!-- screen.orientation.lock not supported on iOS webview -->
|
||||||
|
<div v-if="!isiOS" class="flex items-center py-3" @click.stop="toggleLockOrientation">
|
||||||
<div class="w-10 flex justify-center pointer-events-none">
|
<div class="w-10 flex justify-center pointer-events-none">
|
||||||
<ui-toggle-switch v-model="lockCurrentOrientation" />
|
<ui-toggle-switch v-model="lockCurrentOrientation" />
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user