I have an Android app. I have put a WebView inside it and then it loads a website which is HTML5 based.
My problem is, The website itself has a menu on top right corner. And my native android app also have the title bar and menu on top right corner. I can hide the native title bar, but that way user will not be able to do any native app operations.. What will be the best solution for this?