javascript - Webpage quickest redirection To Mobile -
i redirect request web page mobile page (based on screen size)
we have layers
ngnix
,squid
,spring
application.i'm trying in web page (the
jsp
), injavascript
block.jsp
page had redirect huge (i cant fix now). working but, loads complete page , redirect, isnt optimal thing. else can handle (ngnix/squid
)?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
Post a Comment