-
Notifications
You must be signed in to change notification settings - Fork 350
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
It looks wrong on Android 7.1 #221
Comments
I can also confirm this. Extra spacing on the right side. |
Its not the plugin issue ! Its according to density pixels of a device. Its a native datepicker , and same happens with it. You can check by changing pixel density on your device. |
@uzumakinaruto123 Thanks for your reply. Total noob question but how does one go about changing pixel density? |
@tavosansal you can try this adb command : - But , I suggest you don't do it. I keep mine at 400(one plus 3) because I like everything small. If you want to try then , please note your default density before doing. You will have to try different values to make date picker look correct. you can try few apps here :- https://play.google.com/store/search?q=screen%20density&c=apps some apps require root. Anyways , this is getting off topic for the plugin. |
@uzumakinaruto123 if it was a problem with the device shouldn't it display wrong in every app? for me it only displays like that on my ionic application, in every other application it is displaying right, also, if i put a |
I agree with @escobar5 ... time picker provided by this plugin looks perfectly fine. The date picker doesn't. |
Most of of the apps adjust to the changed resolution. If you have any other app using this same date picker , do check in it. Its hard to find some native app with this datepicker. But , check it if you can. |
@uzumakinaruto123 I have the default dpi for my device, also tried with a couple of emulators, same result, |
@uzumakinaruto123 I don't think we should be messing around with a users native pixel density. The pixel densities are different because android supports a wide variety of screen sizes and resolutions. I'm sure the native datepicker is designed to handle that, however it seems there may be some extra work needed to get the plugin to match that functionality. |
I never tried Update :- |
Any news on this? |
This seems to fix: #244 |
The fix #244 is from 2017 but never merge. |
It has a strange space at the right.
The text was updated successfully, but these errors were encountered: