this is my first post here, and I hope I'm lucky to finaly get an answer after hours of seaching for this problem :/
I'm using a simple HTML iFrame code:
<iframe src="http://WEBSITE-HERE.com" style="border:0px #FFFFFF none;" name="myiFrame" scrolling="no" frameborder="1" marginheight="0px" marginwidth="0px" height="100%" width="100%"></iframe>
It works OK with desktop browsers, but when a mobile visitors goes to the link, they get promted to download some file and the link doesn't load at all. Is there any way I could make it work for mobile visitors too? (Link was visited from Samsung Galaxy S3)