Problem:
The user has a form with an image field and he would like to trigger the camera on mobile devices when trying to upload an image.
Solution:
Accessing the camera is not managed by the browser, it has to be implemented by the mobile platform(Android). On Chrome mobile on Android, when trying to upload an image the phone suggests several applications, the camera included.
The user essentially wanted to add a Next Product button to their product template
Solution:
Assuming that you are using a custom Woocommerce template created with the Block editor, then there isn't a block for this. However you can make use of our shortcode base solution to achieve this.