javascript - Webpage quickest redirection To Mobile -


i redirect request web page mobile page (based on screen size)

  1. we have layers ngnix, squid, spring application.

    i'm trying in web page (the jsp), in javascript block. jsp page had redirect huge (i cant fix now). working but, loads complete page , redirect, isnt optimal thing. else can handle (ngnix/squid)?

  2. if i'm forced in js/web page, there anyway can in without loading huge page?

thanks mahesh

check article out on css-tricks.com chris coyier. in article discusses how mobile redirect visitors based on screen size or targeting specific mobile options.

http://css-tricks.com/snippets/javascript/redirect-mobile-devices/


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -