i have the following URL that doesnt behave in the WPF WebBrowser control as expected. It basically loads only a youtube background image and then stops .. where as firefox/chrome etc. load the youtube view you get on tv-apps.
is there a way to make the WebBrowser load this in the same way?
https://www.youtube.com/tv#/browse-sets?c=UCZGYJFUizSax-yElQaFDp5Q&resume
i tried to parse the same page downloaded with a webclient.. but its also only loading an background page and i dont know how to continue from here.
thanks in advance for any hints