Our team is really struggeling right now. We got a customer and he is giving us some HTML files. In these HTML files there is some text and an image, floated right with a width of 50%. On a mobile it works great and on most tablets too, but not on the samsung galaxy 10.1 or galaxy 10.1n. It works fine on the emulator, even with 10 inch devices.
Our problem is, that the WebView
puts the image on top of the text. It ignores the floating.
Unfortunately we can't change the HTML-files by ourselves because the resources are used on the iPhone and on a webapp. Only android has a problem with that.
Has anyone faced this problem before?