When using a Telegram mini app bot on Android, the input field with type="file" does not behave as expected:
Camera Activation Issue: When using accept="image/*" and capture="environment", the camera should open, but instead, the gallery opens.
Multi-File Upload Issue: When using the multiple attribute, only one file can be selected. These issues occur in the Telegram in-app browser on Android but work correctly in external browsers like Chrome.
Steps to reproduce
Steps to Reproduce the Issues:
Camera Activation Issue:
Deploy the following code in a Telegram mini app bot: