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
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:/
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
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
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
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
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