I have a strange issue when using SendKeyCode to Pause and Play Spotify.
My code
This works but ONLY when in debug mode and I pause on this line of code using the debugger and then continue.
If I run this line of code normally it does not work for me.
Any ideas before I pull out the last few hairs from my head?
My code
B4X:
Si.SendKeyCode(KeyCodes.KEYCODE_MEDIA_PLAY_PAUSE)
This works but ONLY when in debug mode and I pause on this line of code using the debugger and then continue.
If I run this line of code normally it does not work for me.
Any ideas before I pull out the last few hairs from my head?