c# - How to open a webview in reading view ? UWP -


i have feedreader app , pages open in reading view ( feature ie 11 , edge ) .as example news app in windows 10 uses feature , news descriptions in reading view . possible ?

reading view example (screenshot) :

https://social.msdn.microsoft.com/forums/getfile/733596

news app reading view example (screenshot) :

https://social.msdn.microsoft.com/forums/getfile/733599

thanks in advance .

in these cases content of web page extracted , shown custom styling.

to same result can use diffbot (which think used in news app) or embedly cheaper, , content parsed , returned nice , structured. after you'll have style yourself.

you can style "converting" html , show in textblock, or can show in webview.

edit:
can use htmlutilities.converttotext text html. think can convert 1 section @ time, way can style headers , such.


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 -