Fullscreen or Immersive Mode

Hello All,

I was playing around with Capacitor and have been really impressed thus far.

I had a quick question about getting the device into full screen or immersive mode. And for forcing landscape.

The docs are great to get you set up, but a little lacking once you want some more detail!

My question is, am I supposed to just handle that within each native project? And it’s not necessarily handled by capacitor like it was with cordova?

For instance I’d have to call setSystemUiVisibility() from the Android native code?

I’m fine either way, just want to know which path I should be heading down.

Thanks!