JVFloat.js icon indicating copy to clipboard operation
JVFloat.js copied to clipboard

Labels don't appear on in app mobile browser for Android 4.2 (Samsung) emulator and device

Open aliparlar opened this issue 10 years ago • 1 comments

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.

aliparlar avatar Feb 13 '16 13:02 aliparlar

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 :disappointed:

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.

maman avatar Feb 15 '16 07:02 maman