ColorlibHQ / AdminLTE

AdminLTE - Free admin dashboard template based on Bootstrap 5
https://adminlte.io
MIT License
44k stars 18.17k forks source link

[BUG] Treeview not working on Android (Nuxt.js) #2889

Closed pwongsathorn closed 4 years ago

pwongsathorn commented 4 years ago

I'm using AdminLTE for my product's admin page which implimented with Nuxt.js (Vue 2), most thing work fine except Treeview isn't working on Android mobile devices. It cannot open or collapse any menu. Anyway, desktop and iOS still work properly.

I'm not sure how to give you a step to reproduce, since you need to logged-in to the system.

but here's the code: image

Environment:

pwongsathorn commented 4 years ago

Solved myself I have to check for DOM is ready before run each() image

danus12 commented 2 years ago

@pwongsathorn Your idea was and is still the solution trick, thank you The adminlte 3.1.0-rc version has the same bug