We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Steps to reproduce with following example (number input is 3rd last input type at the time of reporting this):
Expected outcome: "Local Date and Time" field is scrolled to the visible area
Actual outcome: "Local Date and Time" field is not scrolled to the visible area
Addition information: My gut feeling is that error is lucking somewhere over here and changed virtual keyboard height might play a role there (like from number to text type): https://git.merproject.org/mer-core/embedlite-components/blob/master/jsscripts/embedhelper.js#L387
Some previous discussion in PR #15
Example to reproduce:
import QtQuick 2.1 import Sailfish.Silica 1.0 import Sailfish.WebView 1.0 ApplicationWindow { allowedOrientations: Orientation.All initialPage: WebViewPage { allowedOrientations: Orientation.All anchors.fill: parent WebView { anchors.fill: parent url: "http://www.456bereastreet.com/lab/html5-input-types/" active: true } } }
The text was updated successfully, but these errors were encountered:
When fixing this one use JB#36832 bug reference so that we get proper changelog entry.
Sorry, something went wrong.
No branches or pull requests
Steps to reproduce with following example (number input is 3rd last input type at the time of reporting this):
Expected outcome:
"Local Date and Time" field is scrolled to the visible area
Actual outcome:
"Local Date and Time" field is not scrolled to the visible area
Addition information:
My gut feeling is that error is lucking somewhere over here and changed virtual keyboard height might play a role there (like from number to text type):
https://git.merproject.org/mer-core/embedlite-components/blob/master/jsscripts/embedhelper.js#L387
Some previous discussion in PR #15
Example to reproduce:
The text was updated successfully, but these errors were encountered: