[Interest] Embedding a QTextBrowser in a QML application: QObject: Cannot create children for a parent that is in a different thread

2022-03-29 Thread Jeffrey Brendecke
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

Re: [Interest] QWebSocketServer on iOS

2022-03-29 Thread Mårten Nordheim
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

Re: [Interest] QWebSocketServer on iOS

2022-03-29 Thread Alexander Carôt
>> 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