This commit is contained in:
@@ -72,6 +72,10 @@ todo: Picture input in attachments
|
|||||||
https://rockfish.ayanova.com/default.htm#!/rfcaseEdit/2080
|
https://rockfish.ayanova.com/default.htm#!/rfcaseEdit/2080
|
||||||
https://w3c.github.io/html-media-capture/#examples
|
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
|
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
|
- 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
|
- make the attach like the wiki
|
||||||
|
|||||||
@@ -1,37 +1,9 @@
|
|||||||
<template>
|
<template>
|
||||||
<!-- <UnderConstruction /> -->
|
<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>
|
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
// import UnderConstruction from "../components/underconstruction.vue";
|
import UnderConstruction from "../components/underconstruction.vue";
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
@@ -45,7 +17,7 @@
|
|||||||
*/
|
*/
|
||||||
export default {
|
export default {
|
||||||
components: {
|
components: {
|
||||||
// UnderConstruction
|
UnderConstruction
|
||||||
},
|
},
|
||||||
beforeCreate() {
|
beforeCreate() {
|
||||||
window.$gz.eventBus.$emit("menu-change", {
|
window.$gz.eventBus.$emit("menu-change", {
|
||||||
|
|||||||
Reference in New Issue
Block a user