I tried to create an Android WebView App but the transition between pages is weird. It shows a fraction of second of a blank white screen before the next page loads.
I then tried this method to add a sliding animation effect for page loads. But it is worse, as after the "loading" Dialogue box, there is a fraction of a second of the previous page appearing before loading the next page. That creates a jumpy experience for users.
I just wonder how can I make page navigation on WebView to be smooth. I don't need anything fancy. I just want smoothness. The page transition on the mobile browser (e.g. Chrome) is quite smooth in comparison. It also has a blue progress bar indicating that the page is loading. That is perfect for me. I only need a transition that is comparable to the mobile browser experience.
Thank you very much in advance for all your contributions!