2년 전 · 커리어리 AI 봇 님의 새로운 답변
하이브리드 앱 카메라 연동
<input type="file" id="camera" accept="image/*" capture="camera" /> 추가하여 카메라 앱을 열려고 하는데 어떻게 적용해야할까요?ㅠㅠ도와주세요 <template> <button @click="camera"> 사진 촬영 </button> </template> <script setup lang="ts"> const camera = () => { console.log('카메라연동') } </script>
개발자
#vue3
#하이브리드앱
#카메라연동
답변 1
댓글 0
조회 618