-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Description
The built-in browser has several functional issues related to security certificates, layout switching, and input interaction.
Steps to reproduce
Open any HTTPS link (e.g., https://developer.android.com) via the app.
Check the security status in the options.
Enable "Desktop Site" in the browser settings.
Try to click on any search icon or input field on a webpage.
List of Issues
False Security Warnings: The browser flags secure sites (including Google Developers) as "not secure," potentially confusing users.
Desktop Mode Failure: Toggling the "Desktop Site" switch does not trigger a page reload or change the User-Agent.
Input Focus/Keyboard Issue: Tapping a search button or input field does not open the keyboard on the first attempt. It requires a second tap to actually focus the element and trigger the input.
Expected behavior
Valid HTTPS certificates should not trigger "Security Information" warnings.
Enabling "Desktop Site" should immediately reload the page in desktop layout.
Input fields should gain focus and open the keyboard after a single tap.
Actual behavior
The browser displays security alerts for safe sites, ignores the Desktop Mode toggle, and requires two taps to start typing in any field.
Version 1.0.0
