Browse webpages

时间:2017-12-18 08:00:31

标签: android android-webview

I want to simulate a user browsing webpages to create some actual user-stress on a network. I started with creating a browser intent, and then just used that to browse. While this worked, it would open a new tab in the default browser everytime a new webpage is launched.

My next option was to use a webview, but it seems it has some problems loading some pages. Lastly I tried using custom tabs - this worked fine, and could load all pages. But when I launch a new URL, it creates a new tab above the old one, not just changing the URL, and it seems it is not possible to close a custom tab.

Does anyone know a way for me to browse a list of websites, without opening new tabs everytime?

0 个答案:

没有答案