Re: [SailfishDevel] Webview and clicking on external link

2016-02-01 Thread Raine Mäkeläinen
Hi Zoltan, Your example snippet looks valid. There's no need for goExternal kind of functions. Only thing that I can image is that you're not actually clicking a link rather something that resembles link clicking from user point of view such as JavaScript/CSS highlighting + DOM manipulation wi

Re: [SailfishDevel] [Sailfish Browser] : Opening links from external apps in a new tab

2016-01-05 Thread Raine Mäkeläinen
Hi Vidhuran, Unfortunately there's no means to alter this behaviour from (Browser) Settings. We have an internal bug about this. If somebody from community would like to implement this feature, I'm more than happy to guide / help you. Copied tasks also to Sailfish Browser issue tracker: https:/

Re: [SailfishDevel] SilicaWebView

2015-06-08 Thread Raine Mäkeläinen
Hi Rudi, The content height of the web page equals to the height of the SilicaWebView. Thus, there is nothing to pan/flick. If you decrease height of the SilicaWebView, content becomes to be a pannable. Also notice that virtual keyboard will alter the height of the SilicaWebView if binding is l

Re: [SailfishDevel] [bug] Silica ComboBox.qml - can't set currentIndex after initialization

2015-01-05 Thread Raine Mäkeläinen
Hi Michal, Thanks for the report! Filed a bug and wrote an example [1] that has currentIndex set and appends model dynamically. Hope that it helps in your case. [1] http://pastie.org/9813891 -Cheers, Raine Lähettäjä: devel-boun...@lists.sailfishos.org

Re: [SailfishDevel] HTML5 Jolla Browser development tools. WebInspector, Firebug, whatever

2014-03-07 Thread Raine Mäkeläinen
Hi Artem, Did you test with Android Firefox? You can file issues / proposals for Sailfish Browser in https://github.com/sailfishos/sailfish-browser/issues?state=open Remote debugging is not available for Sailfish Browser but filed an issue about it [1]. [1] https://github.com/sailfishos/sailfi

Re: [SailfishDevel] Please help me, how to get the screen capture without block UI

2014-02-14 Thread Raine Mäkeläinen
Hi, If you want to capture something on your application side, you can grab whole window through QQuickItem. This part is blocking but you can do capture manipulations in async manner quite simple by using QFutureWatcher. Like: void ScreenShow::screenShot(QQuickItem *item) { if (item && it

Re: [SailfishDevel] Non full-screen SilicaWebView

2013-12-04 Thread Raine Mäkeläinen
Hi Artem, First of all, thanks for the feedback regarding SilicaWebView. We try to tackle them when going forward. What comes to SilicaWebView we have an undocumented "header" property that could be used in your case. As it is undocumented we cannot guarantee that it stays like it is now. "prope