Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I can't show .tiff file in Android WebView. Is Android WebView supports .tiff file format?

If yes, How to show .tiff file in Android WebView? Give me any solution regarding this.

share|improve this question
I don't think TIFFs are natively supported. There's apps you can use to view them though. – dmon Nov 27 '12 at 16:13
@dmon, Actually I have loaded my client URL in my WebView. In that URL have .tiff image file. But .tiff image not showing in Android WebView. – bharath Nov 27 '12 at 16:16
1  
yes, that would be, as dmon indicated, because they are probably not supported. – njzk2 Nov 27 '12 at 17:19
Try viewing your URL in the stock Browser app. If you cannot see the TIFF file there, then WebView does not support TIFF, since the Browser app uses WebView for its content rendering. – CommonsWare Nov 27 '12 at 17:30

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.