2.12.0
safari 13 on iOS13
2.6.10
https://jsfiddle.net/mmx38qxw/
(1) open the page with on safari 13 with iOS 13,
(2) click the SELECT component and try to chose an option, but it need to click twice and then it can chose the option.
it should just click once to chose the option.
click the SELECT component and try to chose an option, but it need to click twice and then it can chose the option.
Your demo only have input component.
add scss code:
.el-scrollbar {
> .el-scrollbar__bar {
opacity: 1;
}
}
can resolve it.
@acgotakuatdji It's worked~ but i don't know what is the cause of this problem ? Can you explain ?
@my9074 https://run.iviewui.com/v8lHkSrE
This is the test demo. Just click Content
area. And check console log.
You will get the answer.
Still have this problem on ^2.13.0
add scss code:
.el-scrollbar { > .el-scrollbar__bar { opacity: 1; } }
can resolve it.
Where should i place this? i tried right on a component where i was using select but it didn't work
thanks in advance
add scss code:
.el-scrollbar { > .el-scrollbar__bar { opacity: 1; } }
can resolve it.
@my9074 https://run.iviewui.com/v8lHkSrE
This is the test demo. Just click
Content
area. And check console log.You will get the answer.
Could you elaborate what you trying to say
Adding styles didn't do the trick. How to overcome the issue?
Will this bug be fixed this year?
.el-scrollbar__bar {
opacity: 1!important;
}
add this to index.scss
Most helpful comment
add scss code:
can resolve it.