I'm loading a website in Android WebView
in which each page is loaded dynamically by changing content of div,I have to check for cookies frequently whenever next page is loaded(i.e,whenever the content of div is changed) and then redirect to Activity
accordingly.
I'm able to detect cookies the very first time the page is loaded,but since only the div is changing and not the url
,I'm not able to detect or not able to check cookies second time.
Any idea of how to deal with this?
Any help on this is highly appreciated!!