0

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


display: block is not being respected?

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?

4

1 回答 1

1

尝试使用 type="application/xhtml+xml"?在某些版本的桌面和 iOS Safari 中似乎需要这样做才能使事情正常进行。

于 2013-04-30T17:18:47.113 回答