javascript - IE mobile, windows phone jQuery .css() function issue -


i have strange issue. using jquery function : .css() set width/height , paddings. on ios mobile, android works perfectly, doesn't work on windows phone device.

i don't know why, ie doesn't see additional css wrote in javascript.

can explain me why? , how can fix it?

example:

var = $(window).width(); $('.element').css('width',a+'px'); 

or maybe doesn't count window width?


Comments

Popular posts from this blog

javascript - Can Piwik report referrer in real time? -

asp.net - Google Drive Access: At least one client secrets (Installed or Web) should be set -

excel vba add hyperlink to shape in group -