<div dir="ltr"><div><div>hi,<br></div>can you be more specific because you gave us barely information to help you.<br><br></div><div>I'm assuming you want to embed an html page in a qml, just use SilicaWebView, no additional import needed :<br><br>import QtQuick 2.2<br>import Sailfish.Silica 1.0<br><br>Page {<br>    id:page<br><br> SilicaWebView {<br>        id:web<br>        visible: true<br>        anchors.fill: parent<br>        width: parent.width<br></div><div>        url:"your url can be set latter from javascript"<br></div><div>    }<br>}<br></div></div><div class="gmail_extra"><br><div class="gmail_quote">2016-12-23 13:57 GMT+01:00 Иван Черненький via Devel <span dir="ltr"><<a href="mailto:devel@lists.sailfishos.org" target="_blank">devel@lists.sailfishos.org</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div><span id="m_-6109209618476176123_mce_caret"><span style="text-decoration:underline">Guys help plz<br>In the project I want to use ** sailfish.webview 1.0 **. It is part of the package sailfish-components-webview-<wbr>qt5. This package is installed into the architecture through Sailfish Control Centre. The .pro file added PKGCONFIG + = qt5embedwidget and .yaml PkgBR file:<br>   - Qtmozembed-qt5<br><br><br>But still pops Seg Fault. somebody used this package? how to configure it?</span></span><span class="HOEnZb"><font color="#888888"><br><br><br>-- <br>С уважением, Иван Черненький</font></span></div>
<br>______________________________<wbr>_________________<br>
SailfishOS.org Devel mailing list<br>
To unsubscribe, please send a mail to <a href="mailto:devel-unsubscribe@lists.sailfishos.org">devel-unsubscribe@lists.<wbr>sailfishos.org</a><br></blockquote></div><br></div>