i want to show a forreign website as in my phonegap App on iphone. I see the Website in the when i view the app in firefox but there is nothing shown on iphone. Any idea or solutions? (the url is just_Stack Overflow中文网
Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
i want to show a forreign website as in my phonegap App on iphone. I see the Website in the when i view the app in firefox but there is nothing shown on iphone. Any idea or solutions? (the url is just
i want to show a forreign website as in my phonegap App on iphone. I see the Website in the when i view the app in firefox but there is nothing shown on iphone. Any idea or solutions? (the url is just an example)
<div id="divSvgView" dojoType="dojox.mobile.ScrollableView" style="background-color: #d0d0d0;"> <object type="txt/html" id="svgObject" data="http://heise.de" style="width:400px; height:400px;margin1%;"></object> </div>
greets Tom
I have a this page:
http://77.240.118.188/contacto
As you can see, "Delegacion Madrid" is almost inline with the menu. If the menu is inside a <div>, why "Delegación Madrid" is not totally below the menu, but occupying a part of the menu?
<div>
尝试使用 type="application/xhtml+xml"?在某些版本的桌面和 iOS Safari 中似乎需要这样做才能使事情正常进行。