Skip to content

VLCSlider: fix padding behaviour for different types of devices

Soomin Lee requested to merge bubu/vlc-ios:slider/rect/fix/01 into master

In some cases, the padding could lead to behave weirdly on small devices.

Therefore, this will ajust the padding depending on the device "category" defined by the safe area and iPads.

Additionally, this will increase the hit size for iPads.

Merge request reports