views:

8

answers:

0

Hi all,

I am trying to obtain print of html content over web view, using this method :

[sampleWebView print:nil]; // where sampleWebView is an object of WebView

In html I am drawing a line using this-

<hr size=\"4\" noshade=\"noshade\" class=\"style1\" />

And a small colored circle using this-

&#x25CF;

In web view it is appearing properly like this:

alt text

but in print preview it is appearing improperly like this-

alt text

Neither line nor small colored dot is appearing properly in print layout?

Can any one suggest me some solution for it?

Thanks,

Miraaj