Bug: Wrong delimiter key in numeric keyboard (Swiss)
In HTML5 there exists a tag for form field (type="number") that triggers the browser to show only a numeric keyboard. In Switzerland we use the "." key as delimiter. However the Browser on the Jolla device only shows the "," key. This makes it impossible to enter decimal values in such field.
Sample page, e.g. at http://www.w3schools.com/html/tryit.asp?filename=tryhtml5_input_type_number (right side).