QWebView fails to load Flickr authorization page
Unsolved
General and Desktop
-
In C++ desktop application QWebView is used to login and share an image to Flickr. After redirecting to authorization page, entering login credentials and pressing next button, QWebView fails to load the next page (false is received in QWebView::loadFinished(bool ok) function).
What can be the reason of the issue and how to resolve it?
Thanks in advance.