An unneccesary div in Android at the top of the screen sometimes

I am getting this div at the top of the screen in Android (as shown in the attached image). Can any one help me to fix this issue.

Did you remote debug the problem on the device already? Follow these instructions here to debug the problem in Chrome dev tools: https://ionic.zone/debug/remote-debug-your-app#android You can use Inspect like on desktop to find out where the div is added, what classes it has etc. Maybe this helps.

Yes, I did, but that element is not being detected on the debugger.

Then it doesn’t exist in the Web View. If it is there, you can inspect and select it.