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
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.
I have two pages:
page A:
page B:
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?