This commit is contained in:
2020-04-24 23:01:03 +00:00
parent 4d209743d3
commit 9630ba9c5c
2 changed files with 7 additions and 31 deletions

View File

@@ -72,6 +72,10 @@ todo: Picture input in attachments
https://rockfish.ayanova.com/default.htm#!/rfcaseEdit/2080
https://w3c.github.io/html-media-capture/#examples
todo: have a look at this: devices and sensors specs
https://www.w3.org/wiki/DAS/Implementations
https://wpt.fyi/results/?label=experimental&label=master&aligned
todo: attachment reveal button looks weird below wiki reveal button when read-write
- open read only see if it looks better if they're teh same and make it so with wiki or
- make the attach like the wiki

View File

@@ -1,37 +1,9 @@
<template>
<!-- <UnderConstruction /> -->
<div>
Media capture test:
<div class="mt-6">
Generic capture not specified:
<input id="imageInput" type="file" accept="image/*;" capture />
</div>
<div class="mt-6">
Self facing camera:
<input type="file" name="image" accept="image/*" capture="user" />
</div>
<div class="mt-6">
Video, environment facing camera:
<input type="file" name="video" accept="video/*" capture="environment" />
</div>
<div class="mt-6">
Audio:
<input type="file" name="audio" accept="audio/*" capture />
</div>
<div class="mt-6">
Audio, video and image accept types:
<input
type="file"
name="audio"
accept="image/*;video/*;audio/*;"
capture
/>
</div>
</div>
<UnderConstruction />
</template>
<script>
// import UnderConstruction from "../components/underconstruction.vue";
import UnderConstruction from "../components/underconstruction.vue";
/**
*
*
@@ -45,7 +17,7 @@
*/
export default {
components: {
// UnderConstruction
UnderConstruction
},
beforeCreate() {
window.$gz.eventBus.$emit("menu-change", {