WebView in Ionic is Very Big Problem

Is there any way to remove webview from ionic app while releasing it on google play.
I face so much troublem after releasing my app on Play Store when I see my application in Chrome Inspect.
I tried so many ways but it keep insecure my app.Is there any way to stop view in my chrome inspect?

You can’t remove the web view because that is what your Ionic app runs on. You can try to obfuscate your code, but I don’t think that is ever necessary. In my opinion, HTML5 mobile apps should be treated just like normal websites - if you go to the facebook website you can inspect all of their front end code through the browser, and anything that needs to be secure should live on a server and be interacted with through an API.