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

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

Open
aliparlar opened this issue Feb 13, 2016 · 1 comment

Comments

@aliparlar
Copy link

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.

@maman
Copy link
Owner

maman commented Feb 15, 2016

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants