rtemision
rtemision
Necessary thing. Why not merged?
I use pagePilling, because I need a scrollable section.
@alvarotrigo oh... my bad. Thanks! I'll check it.
> https://nda.ya.ru/3SUP3Z Link not working now. Why the solution was not formed in PR?
If you change the type of event from `pointerclick` to `click` in method `_onPointerRelease`: https://github.com/bem/bem-components/blob/v5.0.0/common.blocks/button/button.js#L117 , then it works. So, I guess problem in https://github.com/bem/bem-core/blob/v4/common.blocks/jquery/__event/_type/jquery__event_type_pointerclick.js
Я локально решил, выпилив из [jquery__event_type_pointerclick.js](https://github.com/bem/bem-core/blob/v4/common.blocks/jquery/__event/_type/jquery__event_type_pointerclick.js#L6) условие для ios.
@belozer ну да, согласен.
As a temporary fix, I’m comparing `event.target` from `pointerdown` and `pointerup`.