7.md (996B)
1 # #7 Scalar Integrations -> Windows has bug with webviews 2 3 - **State:** open 4 - **Author:** @MTRNord 5 - **Created:** 2017-08-23T18:51:44Z 6 - **Labels:** bug, enhancement, help wanted, question, in progress 7 - **Assignees:** @MTRNord 8 9 --- 10 11 As this qt binding has some issues with webviews either build a scalar like thingy into the desktop app or follow suggestion from https://github.com/therecipe/qt/wiki/FAQ#why-webengine-and-webview-are-not-working- 12 13 14 ## Comments 15 16 ### @MTRNord — 2017-08-23T19:23:37Z 17 18 Doc on Integrations/Scalar https://github.com/turt2live/matrix-dimension/blob/master/docs/scalar_client_api.md 19 20 ### @MTRNord — 2017-12-21T20:46:14Z 21 22 Some thaughts: 23 - [x] Use this to map qt/go with JS -> http://doc.qt.io/archives/qt-4.8/qtwebkit-bridge.html 24 - ~Need to modify HTML to add the listener or so. -> http://doc.qt.io/archives/qt-5.5/qwebframe.html#setHtml~ 25 - [ ] Implement Code from https://github.com/matrix-org/matrix-react-sdk/blob/develop/src/ScalarMessaging.js in Golang/qt 26