I am using webview with javascript enables since it is required in my app fulltime. My issue is that I need to avoid popups while loading url\'s in my webview is there a way
You could try overriding alert,confirm, etc. Maybe add a flag on when to allow and when not to allow the alert to show. JavaScript: Overriding alert()