I'm trying to access MIDI devices using the local Test.html page loaded on my smartphone(galaxy a40):
<!DOCTYPE html>
<html lang="ru">
<head><meta charset="utf-8" /><title>Test</title></head>
<body>
<script>
navigator.requestMIDIAccess( { sysex: true } ).catch(console.error);
</script>
</body>
</html>
I get this console output: DOMException: An attempt was made to break through the security policy of the user agent. At the same time, https://virtualpiano.eu/ has no access problems. Chrome browsers 97,98,100 Please tell me how to fix