thednp / bootstrap.native

Bootstrap components build with Typescript
http://thednp.github.io/bootstrap.native/
MIT License
1.7k stars 178 forks source link

Performance for Tabs #203

Closed midzer closed 6 years ago

midzer commented 6 years ago

Hi all, on mobile time for tab content to be visible after click is pretty bad for large amounts of data. Right now on an older Android 4 phone it doesn't show up at all. I'm pretty sure it worked several months ago.

Demo: https://feuerwehr-eisolzried.de/media/

I wonder whether there are possibilites to improve current implementation.

Cheers and have a nice weekend midzer

thednp commented 6 years ago

There seems to be something in the way, I got an error on my first visit on the site.

midzer commented 6 years ago

Thanks for your hint. There were two different warning messages in Firefox ESR for me which i fixed just now. Stated issue is still there though.

I don't see an error. What browser are you using, @thednp ? edit: okay, just saw two minor CSP issues as error. edit2: Hmm, looks like latest Chromium v68 breaks current service worker implementation on my site. This effects mobile badly. I'll close this for now.