You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 18, 2023. It is now read-only.
Problem description:
Using the "Keyboard sensor", text is collected when typing into native Android applications, but text is not collected when typed into a website using Android's Chrome.
When using Chrome, text typed into the address bar (potentially an Android native TextView UI element) is collected correctly. However, text typed into a webpage (e.g., an <input> element) is not collected.
At first I thought it was a Native UI vs HTML UI problem/difference, but I tested in the latest Firefox too and text is collected and reported correctly when typed into a webpage (however, surprisingly, it is not collected when typed into Firefox's address bar).
Expected behaviour:
Collect all text typed into all Android browsers.
Additional:
Phone (if relevant): OnePlus 7T Pro
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Problem description:
Using the "Keyboard sensor", text is collected when typing into native Android applications, but text is not collected when typed into a website using Android's Chrome.
When using Chrome, text typed into the address bar (potentially an Android native
TextView
UI element) is collected correctly. However, text typed into a webpage (e.g., an<input>
element) is not collected.At first I thought it was a Native UI vs HTML UI problem/difference, but I tested in the latest Firefox too and text is collected and reported correctly when typed into a webpage (however, surprisingly, it is not collected when typed into Firefox's address bar).
Expected behaviour:
Collect all text typed into all Android browsers.
Additional:
Phone (if relevant): OnePlus 7T Pro
The text was updated successfully, but these errors were encountered: