maciej-gurban / responsive-bootstrap-toolkit

Responsive Bootstrap Toolkit allows for easy breakpoint detection in JavaScript
MIT License
363 stars 89 forks source link

unrecognized #53

Closed krazylearner closed 6 years ago

krazylearner commented 6 years ago

Getting 'unrecognized' on mobile viewport

using bootstrap 3.3

any idea ?

Thanks

maciej-gurban commented 6 years ago

Most likely you're initializing the library outside document.ready() or in <head>. Check the docs for usage examples. Can't help any more since you didn't provide any details or what you've tried.