Thanks for the reply.
The issue is within webpages (so not in the address bar). It also only appears if a text input does not have the focus. (I omitted this detail; I apologize.)
For example: Using https://codepen.io/joshkel/pen/EaxRMgq, I'm seeing the following behavior:
- If I tap the text input element on an iPad, so it has the focus, then I see all keyboard events from a Flic button, as expected.
- If I click the button element on a PC or Mac, so it has the focus, I see keyboard events, as expected.
- If I tap the button element on an iPad, I see keyboard events from (1) a Bluetooth keyboard, (2) a Flic button that does not use "Alternate keymap," and (3) a Flic button that uses "Alternate keymap" if a Bluetooth keyboard is also connected. But I do not see keyboard events from (4) an "Alternate keymap" Flic button with no Bluetooth keyboard connected.