Webview shouldOverrideUrlLoading not getting called
问题 I am making an ebook reader which uses epub format to load books into webviews. In some of the books there is an anchor link to some portions in the same chapter. Each chapter is loaded as html. This is how the link look like file:///storage/sdcard0/Android/data/com.abc.reader/files/Download/498935/epub/resources/498935/OEBPS/#footnote-165093-1-backlink I tried using shouldOverrideUrlLoading() method to get the call back , but it's not getting called and when I press the links in