Describe the feature
Right now when FW Lite triggers a login it opens the browser. Instead we should use what's called a custom tab, this is a browser provided view, but it's still in the app (not to be confused with a Web View).
You can read about it here: https://developer.chrome.com/docs/android/custom-tabs/howto-custom-tab-low-level-api#basics_for_launching_custom_tabs_using_the_low_level_api
it might be as simple as changing how we launch the URL.
Who is this feature for?
This should help users with budget phones to prevent FW Lite getting killed when out of memory.
Pages affected
Maybe the login page.
Describe the feature
Right now when FW Lite triggers a login it opens the browser. Instead we should use what's called a custom tab, this is a browser provided view, but it's still in the app (not to be confused with a Web View).
You can read about it here: https://developer.chrome.com/docs/android/custom-tabs/howto-custom-tab-low-level-api#basics_for_launching_custom_tabs_using_the_low_level_api
it might be as simple as changing how we launch the URL.
Who is this feature for?
This should help users with budget phones to prevent FW Lite getting killed when out of memory.
Pages affected
Maybe the login page.