So if you’re having to use compatibility mode, you can untick a couple of channels to test - but you need to find adb.py in your docker.
Then in the code look for where it has the adb commands for stop and pause (control f ‘input keyevent’ should help you find it).
And you can change the keyevent to whatever you need to help the app load the next channel.
Eg for me pausing or stopping the media does not let me send a new deep link - so I was forced to switch on compatibility mode which completely closes the app. But all the app needed was to be put in the background by pressing home, which then let the next channel load quicker and without having to relaunch the entire app.
So I changed it to ‘input keyevent 3’ on both of them.
But you can also try different adb commands - I used terminal to test them out, but you can also like I said, untick a couple of channels, change the keyevent and then ‘preview’ to test.
Let me know if I have to explain in further detail. I’m no coder so anyone should be able to get it done fairly easily!