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
I'm creating an Android/iOS app with Cordova and Visual Studio and would like to style the app with materialize. However there seems to be a problem with the initialization. I searched through the tutorials as well as the issues and wasn't able to find a solution. Basically there are two problems, but i think they have the same root problem.
Problem #1: Input fields
When i create an input field it first looks correct:
But when i enter text, the description does not move up as it should and then overlaps the text:
Problem #2: Combobox
When i create a combo box (like the tutorial says) i get two of them. The lower one is just there and does not do anything. The upper one works, but cuts of the text if there are too many options. When trying to scroll, it collapses. I initialized the select component in the onDeviceReady() function.
Screenshot 1:
Select boxes are not working in a simple html page rendering on Safari (iOS 10.2.1 ).
I opened http://materializecss.com/forms.html and select boxes didn't work even there, in the official demos.
I'm creating an Android/iOS app with Cordova and Visual Studio and would like to style the app with materialize. However there seems to be a problem with the initialization. I searched through the tutorials as well as the issues and wasn't able to find a solution. Basically there are two problems, but i think they have the same root problem.
Problem #1: Input fields
When i create an input field it first looks correct:
But when i enter text, the description does not move up as it should and then overlaps the text:
Here' the code: http://codepen.io/anon/pen/VpeqoR
Problem #2: Combobox
When i create a combo box (like the tutorial says) i get two of them. The lower one is just there and does not do anything. The upper one works, but cuts of the text if there are too many options. When trying to scroll, it collapses. I initialized the select component in the onDeviceReady() function.
Screenshot 1:
Screenshot 2:
Here's the code: http://codepen.io/anon/pen/RprEmm
Please note, that the scrolling doesn't work always on the page where i use these input fields.
These problems still occur if i disable all other css files.
The text was updated successfully, but these errors were encountered: