EasyUI Forum

General Category => EasyUI for jQuery => Topic started by: chrwei on November 02, 2016, 10:26:26 AM



Title: iPhone scrolling issue with accordion
Post by: chrwei on November 02, 2016, 10:26:26 AM
I've mocked up a page at http://test.mywilsonmfg.com/drag.html

if you expand any item, vertical list scrolling does not happen when you touch on the item content, only if you touch on an item title.  this might not seem like a huge issue, if you content is more than 1 screen worth, you can't scroll down to read it all.

android scrolls the list and you can read it all. 

I'm not sure this is directly a jeasyui issue, but is there some known work around?


Title: Re: iPhone scrolling issue with accordion
Post by: stworthy on November 03, 2016, 07:46:32 AM
The mobile safari browser disables the scrollbar on an overflow <div> element. You can try to use 3rd library such as iScroll to construct the scrollbar.