UITextView can't show svg with image tag -


i want show html uitextview,but svg image can't displayed, can me? below html:

<?xml version="1.0" encoding="utf-8" standalone="no"?>  <!doctype html public "-//w3c//dtd xhtml 1.1//en" "http://www.w3.org/tr/xhtml11/dtd/xhtml11.dtd">  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"><head><meta content="true" name="calibre:cover"/><title>cover</title><style type="text/css">  @page {padding: 0pt; margin:0pt}              body { text-align: center; padding:0pt; margin: 0pt; }  </style></head><body><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" height="100%" preserveaspectratio="none" version="1.1" viewbox="0 0 600 800" width="100%"><image height="800" width="600" xlink:href="file:///var/mobile/applications/e450e9b5-a298-4912-bf3f-fbde9d655b34/library/caches/unzippedepub/812cdad1-30bf-454d-a3ad-6c24e06deed8/oebps/images/cover.jpeg"/></svg></body></html>


Comments

Popular posts from this blog

javascript - Chart.js (Radar Chart) different scaleLineColor for each scaleLine -

apache - Error with PHP mail(): Multiple or malformed newlines found in additional_header -

java - Android – MapFragment overlay button shadow, just like MyLocation button -