Skip to content

Mobile Mode modernization #2170

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
mdmintz opened this issue Oct 9, 2023 · 1 comment · Fixed by #2175
Closed

Mobile Mode modernization #2170

mdmintz opened this issue Oct 9, 2023 · 1 comment · Fixed by #2175
Assignees
Labels
enhancement Making things better

Comments

@mdmintz
Copy link
Member

mdmintz commented Oct 9, 2023

Mobile Mode modernization

The default values for user_agent and device metrics are getting out-of-date. Need to switch those to something more recent.

Based on tests, using "Android WebView 110" (In-App Browser) appears to get the best results. The user_agent should match this device. (Note that this will only used for setting default values when the user doesn't specify a user_agent with device metrics.)


Info about "Android WebView":

"Android System WebView lets applications display browser windows in an app instead of transporting the user to another browser. Android developers use WebView when they want to display webpages in a Google app or other application."

@mdmintz mdmintz added the enhancement Making things better label Oct 9, 2023
@mdmintz mdmintz self-assigned this Oct 9, 2023
@mdmintz
Copy link
Member Author

mdmintz commented Oct 10, 2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Making things better
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant