Mobile Site Loading with Desktop User Agent String

Issue #23 resolved
Former user created an issue

Mobile Site Loading with Desktop User Agent String

Comments (1)

  1. ArmoredCavalry repo owner

    The layout actually goes off of screen size (it uses media queries), instead of user agent strings. So, this is expected.

    However, it does bring up a good point, which is users should be able to choose the full-site layout if they want to.

    I'll probably be adding an option that forces the media queries not to be included so that smaller screen sizes will still load the full-site.

  2. Log in to comment