For an app I am working on I need a component for displaying HTML rich text.
TextEdit does not provide an important feature I need present in QTextEdit and
QTextBrowser: scrollToAnchor( const QString& ).
The app will have to work on iOS, so WebEngine is out of the question, and I
would not want
Hey Alex,
Unfortunately I don't think there's a way around it as it's a security measure
(though I could be wrong).
It simply disallows establishing insecure connections from secure sources.
Mårten.
From: Interest on behalf of Alexander Carôt
Sent: Tu
>> Can you confirm and possibly resolve ?
I just created a secure websocket on localhost and it connected fine. Looks
like iOS does not permit non-secure websockets on secure websites at all (on
OSX this works except for Safari). If there is another workaround please let me
know.
Best
Alex