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
The labels do not appear on a mobile in-app browser Android 4.2 (Samsung) emulator and device. The HTML and JS should be fine because it works on anything else we tested. The OS browser however works fine, there is only a problem with the in-app browser.
For already populated fields, the labels are there on load. When typing into an empty field, the placeholder dissapears, but the labels do not appear.
The text was updated successfully, but these errors were encountered:
it seems that android 4.2 webview (I'm assuming that by 'in-app browser', you means the webview component) doesn't support blur and/or keyup events, so jvfloat won't work on the environment 😞
sorry, but I can't do much about that. anyway, also welcoming discussions for the alternate events that we can hook to make this work on legacy environments.
The labels do not appear on a mobile in-app browser Android 4.2 (Samsung) emulator and device. The HTML and JS should be fine because it works on anything else we tested. The OS browser however works fine, there is only a problem with the in-app browser.
For already populated fields, the labels are there on load. When typing into an empty field, the placeholder dissapears, but the labels do not appear.
The text was updated successfully, but these errors were encountered: