isteven / angular-multi-select

A multi select dropdown directive for AngularJS. Allows you to use HTML tags and CSS in the data. Requires only AngularJS and nothing else.
isteven.github.io/angular-multi-select
MIT License
1.08k stars 518 forks source link

Ipad / Iphone lag issue ? #345

Open ezelyn opened 9 years ago

ezelyn commented 9 years ago

Hi, can't say if it's our implementation for the plugin, or the plugin itself but we are experiencing incredible lags when using multiple multiselect items (8-10 max). It occurs only on ipad and iphone, no problem with safari on macbook or on any android device.

Basically we've got a list under our dropdown items. The entire page can't be scrolled down because it's "laggy".

is there some of you experiencing the same issue ?

isteven commented 9 years ago

Hi,

Can you post your code in Plunker or JsFiddler?

Regards, Steven On Sep 10, 2015 21:25, "ezelyn" notifications@github.com wrote:

Hi, can't say if it's our implementation for the plugin, or the plugin itself but we are experiencing incredible lags when using multiple multiselect items (8-10 max). It occurs only on ipad and iphone, no problem with safari on macbook or on any android device.

Basically we've got a list under our dropdown items. The entire page can't be scrolled down because it's "laggy".

is there some of you experiencing the same issue ?

— Reply to this email directly or view it on GitHub https://github.com/isteven/angular-multi-select/issues/345.

ezelyn commented 9 years ago

I partially can, but it won't ever work on jsfiddle, too much integration with some database WS etc... https://jsfiddle.net/m5x6qtp5/ i probably could PM you a private URL

abhith commented 8 years ago

+1

Same issue on iPad mini.

We have a section in a modal which contains about 13 multiselect with 7 options for each. if we hide the section using ng-if the modal works smoothly, but if we hide the same section with ng-show the entire modal lags (scroll, clicks etc).