rstacruz / nprogress

For slim progress bars like on YouTube, Medium, etc
http://ricostacruz.com/nprogress
MIT License
25.98k stars 1.81k forks source link

Do not show on mobile chrome #210

Open jmayergit opened 5 years ago

jmayergit commented 5 years ago

NProgress works as expected but on a mobile browser like chrome there is already a progress bar. Any ideas to not show the progress bar according to browser?

michaelsanford commented 5 years ago

Do as you would with any other responsive element: display: none under a certain device width.