Skip to content
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

Fix Keyboard input in HTML In App Messagess #2187

Merged
merged 2 commits into from
Sep 3, 2024
Merged

Commits on Aug 29, 2024

  1. Make IAM popupWindow focusable

    This allows the keyboard to be displayed for text input in HTML IAMs
    emawby committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    9166053 View commit details
    Browse the repository at this point in the history
  2. Don't set focusable for banners

    We want focusable on for non banner IAMs to support keyboard input, but we don't want it on for banners since it restricts interacting with the app underneath the banner
    emawby committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    8697cb7 View commit details
    Browse the repository at this point in the history