avpOrbust Don't get me started, these developers have zero talent and can't fix the most basic bugs. Besides the random crashes, the two most obvious Moon Player bugs are the grab bar, as mentioned, and the scenario where after playing a video in 180 mode, the next time a video starts, you have to first choose flat mode (even though the player opened in flat mode), and then choose the 180 mode. Otherwise, you end up with the flat mode screen staying visible, or the immersive mode simply not starting. Now, I don't know why they can't hide the fucking grab bar. It should only reappear (with the playback controls) whenever you pinch into space. As for the other issue, they've clearly gone and used a global variable to track the selected mode. They fail to reinitialized the variable when a new video starts. But the player doesn't want to launch in immersive mode, even if immersive mode was last to play. You can't go straight for the 180 mode toggle, or else there's no 'value changed' event, so you have to choose flat mode first, to sync the actual state with the tracked state, and then choose the 180 mode.