Breakpoints not working for ipad devices 9th and below
Open
- Dominant language
- JavaScript
- Stars
- 11.9k
- Forks
- 2.1k
- PR merge metrics
- No merged PRs in 30d
Description
I have used a breakpoint for my application but for Ipad devices 9th and below they are not working as expected , ipad devices only considering 3.5 which is the default one even if there width in range of this breakpoints
//settings
slidesToShow = 3.5;
responsive = [
{
breakpoint: 1025,
settings: {
slidesToShow: 2.5
}
},
{
breakpoint: 820,
settings: {
slidesToShow: 2
}
},
{
breakpoint: 428,
settings: {
slidesToShow: 1
}
}
];
Contributor guide
Assessment
This issue has not been assessed yet.