Hi, I am working on a project, transforming a website into an app by simply using webview to achieve it.
There are some elements like the header nav menu. I would like to to hide it in the app webview,
I am wondering if there is a way to show/hide elements like using CSS selector or even with PHP conditions?
Thanks