Skip to content
This repository was archived by the owner on Sep 15, 2024. It is now read-only.
This repository was archived by the owner on Sep 15, 2024. It is now read-only.

Multiple keyboards with different language settings are not handled properly #3

Description

@TheGreenAirplane

I have two pages:
page A:

  • has 3 input fields with keyboard:
  • 2 are letters only, but with custom language layout - I've made my own layout for Slovak.
  • the other input is just a numpad

page B:

  • has one input - both letters and numbers, but without Slovak accented characters, so I'm using the English layout.

This is done because page A takes first name and last name, which can have Slovak accented characters, and page B takes a code (like AB317) which does not contain accented characters.

However, this isn't working properly. What happens is if I go to page A first, then Slovak is loaded, and all keyboards have Slovak layouts - including the keyboard on page B. Conversely, if I go to page B first, then English is loaded, and all keyboards have English layout (no Slovak characters), including the keyboards on page A.

How can I fix this?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions