Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Cascades Development

Reply
New Developer
float
Posts: 5
Registered: ‎02-18-2013
My Carrier: Maxis

WebView and SSLErrors

Greetings,

 

I need to connect WebView to a secure sites which has minor SSL problem (intermediate certificate problem), the page just stop loading in WebView.

 

I've only managed to find a solution here:

http://www.developer.nokia.com/Community/Wiki/How_to_ignore_ssl_errors_to_get_https_website_work_on_...

 

But that QT is not the same with Cascades' QT, for starter, we don't have QApplicationViewer. I tried to look into QApplicationViewer, and came out with this:

 

    QDeclarativeView viewer; // <-- crash here

    viewer.engine()->setNetworkAccessManagerFactory(myNetworkAccessManagerFactory);

 

Any idea? Thanks!

 

/floAt

Please use plain text.
Developer
wantoun
Posts: 141
Registered: ‎10-04-2010
My Carrier: alfa

Re: WebView and SSLErrors

It seems like the WebView doesn't load secure content at all.
I need to load a page through https, but it won't show anything.
Wadi
Please use plain text.