MobileHTMLViewer

Is the MobileHTMLViewer merely a viewer? I am requesting the authentication via oAuth2 for a Yahoo service and I’m loading the returned html code in the MobileHTMLViewer with LoadPage. However, the buttons on that page do not work, nothing happens. Is this normal behavior?

Thank you!

Uh yeah, you can’t do that. The page you are loading requires that it be loaded directly from the server that it would call into.

1 Like

OAuth pages need to be loaded into the browser. I think that’s what Greg might have wanted to say.

2 Likes

Thank you, I’ll try that.

I believe it will work better using iosdesignextensions PushToSafariControllerXC method.