In my app a webpage is loaded in a webview. With shouldOverrideUrlLoading()
I can open links on that page in the same webview. But is there a way to append on all links a parameter like &mode=app
every time when this specific url is loaded?
All urls with e.g. example.com
should look like example.com?mode=app
and all other urls should stay how they are.
Is this possible?