Skip to content

Instantly share code, notes, and snippets.

07-01 11:57:58.863 30586-30586/se.hemnet.android D/AdView﹕ Load ad [requestUrl=http://eas4.emediate.eu/eas?eas_uid=1435751878411355995usi=9753cbb85626ddb6&cre=mu&cu=15829&eas_uid=1435750713577125&c1-1-0=1;c1-4-4=64;c1-6-0=1024;c1-7-0=1&EASTapp_version=3.2.6]
07-01 11:57:58.903 30586-30835/se.hemnet.android D/AdView﹕ Load ad result: <html><head><meta name="viewport" content="width=device-width, user-scalable=0, initial-scale=1.0"/><script type="text/javascript">
// Measures the full scroll size of the ad
window.measure = function() {
var height = document.body.scrollHeight;
var width = document.body.scrollWidth;
// Set the body to the full scroll size to fix scaling issue with child elements that have sizes defined in percentage values
if (width > 0 && height > 0) {
document.body.style.width = width;
document.body.style.height = height;