I am developing a web application with Vue.js 2. The application will run only in smartphone browsers (small screens). The application uses the smartphone's camera for photos and a video. Before I take a photo, I want to be able to zoom in or out (pinch-to-zoom). After I have started shooting the video, while I'm filming, I also want to be able to zoom in or out (with fingers). So, in any case, I want the native behavior of the smartphone's camera to take place in my web app. I don't want anything on the page to zoom except the photo (respectively, video) area. Is there a simple solution for this?
Native zoom of smart phone camera in a Vue.js web app
79 Views Asked by Marko Askovic At
0
There are 0 best solutions below
Related Questions in VUE.JS
- Problems with matter.js and i18n in vue.js
- Form Validation not working in custom component Vue
- Authenticating vue app on each route change
- Vue/TailwindCSS - Content is behind Sidebar
- Vue3 Suspense Parent > Child Animation
- Pass dynamic object data via nuxt-link to component
- Failed to resolve import, but the path is valid, and detected as such by VSCode
- how to use less variables in vue components?
- Prevent a webpage from navigating away
- Creating a modal window in product edit page in Shopware6 and saving data to custom table(repository) from a form within the modal window
- How do I fix (or ignore) a TypeScript error that's inside a HTML template?
- Vue.js Checkbox Alignment Issue: Centering Checkboxes Within Table Cells
- How to reset vue product filter?
- Vue display output of two dimensional array
- vue js error when adding bonus items to another item
Related Questions in WEB-APPLICATIONS
- Error fetching the entry page through Django url path
- How To Convert Nextjs Typescript Golang Postgresql Web App Into Desktop App
- Error connecting to SQL Server in AspNetCore applications
- apache2 rotatelogs creates log file but its empty when deployed to azure web app
- how to do the sort function with specific value when the page load i dont know much about coding
- Getting error System.Management.Automation.PSSecurityException HResult=0x80131501 in web application
- Creating a Desktop Version of a Web Application (NextJS TypeScript Golang Echo)
- create django models using HTML form
- Any HTML standards to limit resource of the HTML content?
- .NET 7 Web Application sending an HTTP Error 403.14 - Forbidden The Web server is configured to not list the contents of this directory
- How to get a postMessage message from Duda into the embedded iframe?
- error 'formDataList' isn't defined. in flutter app
- OPEN ID connect request to refresh access token
- C# EF get DbContext outside of WebApplication
- Predicting V8's Math.random() truncated outputs
Related Questions in CAMERA
- Trained ML model with the camera module is not giving predictions
- godot lean mechanic makes camera glitch
- Can not switch camera while recording with camera plugin, setDescription working but preview doesn't change
- How to Python Open CV Web Cam 4EA Real time Streaming
- Problem picking up with interactive camera and orbitcontrols after amination camera moves "camera view"
- I can't find a conenction diagarm for the OV7670 camera to the ESP8266
- Camera rotation to direction vector
- What does "Simultaneous Live View Up to 6 channels" imply for a IP Camera specification
- RTSP camera sub stream url
- Android record video from multiple cameras and composite the multiple videos into one video
- Orienting a camera that orbits spheres in JOGL2
- Unity render Texture is not as clear as the actual gameobject in the scene, how to make it clearer?
- AR motion design exhibition in the real space of the city
- What is the correct approach to always use the latest camera frame in OpenCV
- OnVif authentication failed for Milesight camera
Related Questions in ZOOMING
- Why is the zoom feature of my game in pygame not working?
- OpenLayers: Zoom level cropping VectorTile layer - how to fix?
- mapView.fitToBounds() method from highcharts not working
- Zoom Web SDK - "Invalid apiKey/sdkKey and/or signature"
- React zooming and dragging image
- Using SciPy ndimage.zoom on an array with nan values
- Removing blurred mathematical expressions into a PDF file and make it vectorized when zooming
- UIScrollView is unexpectedly initially zoomed in in UIViewControllerRepresentable
- Zooming into defs in force-directed graphs
- Layout breaks on zoom in with "cmd +" but not with zoom in with mousepad
- Image not being dragged correctly when zoomed in
- Prevent shiny reactivity to re-render a plot when zooming the screen
- d3 zoomable circle packaging broken zoom
- App with Imageview scale in Android Studio emulator Small Device breaks without error
- Resolving Coordinate Misalignment in Zoomable PictureBox
Related Questions in SMARTPHONE
- Is that possible to send a file to a zebra printer to print it by a web application on a phone using just WI-FI?
- TCPDF problems with the browser chrome from Mobile
- give the app unlimited time to run in android smartphones
- How to get the content of a notification on a smartphone?
- How to set up web clip icons in "Google apps script"
- Native zoom of smart phone camera in a Vue.js web app
- How to skip BookingPress lazy load on smartphones
- How to make Viméo buttons bigger on smartphone?
- How to emulate a smartphone screen on a website selling mobile devices?
- Beginner problem with Kotlin and Timer / TimerTask with variable timePeriod - mainActivity
- How to do auto smooth scroll like end credit of movie?
- Samsung galaxy A13 airplane mode problem (still emits a few Wifi or BT burst while in sleep mode and pressing the side key from the sleep mode)
- Android phone/tablet and computer does not recognize the 2d lidar connected by type-C
- Bootstrap Breadcrumb line return responsive
- what is the difference between Future<void> and void
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?