webview - LinkedIn Follow Button - viewport change on android 2.2 & 2.3 when button is loaded -


i have problem linkedin follow button. developing responsive website mobile devices. using meta android browsers:

<meta content='true' name='handheldfriendly' /> <meta name="format-detection" content="telephone=no" /> <meta name="viewport" content="initial-scale=1, width = device-width, height = 0, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0" /> 

on old android devices (2.2 & 2.3) (on ipad, galaxy tab, iphone , new android devices ok) when content , javascripts loaded seems ok. after load following srcipts:

<script src="//platform.linkedin.com/in.js" type="text/javascript">lang: en_us</script> <script type="in/followcompany" data-id="myid" data-counter="right"></script> 

white space of around 200x200px emerges right of follow button , device.vieport().width changes causing webview scrollable. funny thing if place button in hidden , absolutely positioned container viewport still being changed.

does had same problem or found solution it?


Comments

Popular posts from this blog

ios - UICollectionView Self Sizing Cells with Auto Layout -

node.js - ldapjs - write after end error -

DOM Manipulation in Wordpress (and elsewhere) using php -