-
-
Notifications
You must be signed in to change notification settings - Fork 119
[@nativescript/datetimepicker] ios display error #128
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
Comments
Is it possible you may have top level selector styling in your .css/.scss by chance? Those can affect dialogs. |
That wouldn't affect only iOS then I think. I used an other system that I crafted to input time now so can't really test again. |
I am having the same issue on an iPad, iOS 12.5.3. I notice @Upd4ting was testing on an iPad too, might it be related to the screen size? Console logs:
|
I have the same issue on iPads. The entire date picker is cut off, you can only see the very left edge of the month. 😢
|
This commit fixes an issue with the datetimepicker plugin. On iOS iPads the DatePicker was almost completly cut off in Spinner mode. Only part of the month was visible so it was unusable. Also, in Calendar mode, the left and right sides were partially clipped off. This commit fixes those issues on iOS tablets. Also, in the demo and demo-angular apps, added an example to show spinner mode on iOS v14+ bc with 14+ the default is the calendar mode so the examples only showed calendar mode in iOS 14+. Fixes NativeScript#128
This commit fixes an issue with the datetimepicker plugin. On iOS iPads the DatePicker was almost completly cut off in Spinner mode. Only part of the month was visible so it was unusable. Also, in Calendar mode, the left and right sides were partially clipped off. This commit fixes those issues on iOS tablets. Also, in the demo and demo-angular apps, added an example to show spinner mode on iOS v14+ bc with 14+ the default is the calendar mode so the examples only showed calendar mode in iOS 14+. Fixes NativeScript#128
Ok I fixed the iOS iPad issue for both the spinner mode, and calendar mode, with PR #173 |
Hey there,
Since one week i'm having the timepicker displaying badly on my device. I have updated the plugin to the last version.
Any idea?
The text was updated successfully, but these errors were encountered: