The portal screen loads the c-base portal in a WebView. The WebView client does not override shouldOverrideUrlLoading, so a link that points off the portal loads inside the same WebView. Because the WebView is set up for the portal host, an external page loaded this way is awkward to use and there is no easy way back to the portal.
Opening off portal links in the browser instead would keep the portal view in place.
The portal screen loads the c-base portal in a WebView. The WebView client does not override
shouldOverrideUrlLoading, so a link that points off the portal loads inside the same WebView. Because the WebView is set up for the portal host, an external page loaded this way is awkward to use and there is no easy way back to the portal.Opening off portal links in the browser instead would keep the portal view in place.