Verify 3 ways to resize image and find out which is available in both PC browser and iOS safari. And check if uploaded file is an acceptable image file.
https://thundermiracle.com/blog/2020-12-21-ios-safari-resize-image/
-
FileReader.readAsDataURL
-
createImageBitmap
-
URL.createObjectURL
https://thundermiracle.com/blog/2021-07-11-how-to-check-uploaded-image-is-valid/
https://thundermiracle.com/blog/en/2020-12-23-debug-nextjs-typescript-in-vscode/
-
Startup the project
yarn dev
-
Add your breakpoints and startup
Next:Node
launch configuration.
- Startup the project
yarn dev
- Add your breakpoints and Startup
Next:Chrome
lauch configuration.