Re: [SailfishDevel] Clear cookies in SilicaWebView

2015-10-01 Thread Matthias Fehring
Hello Alex,

there are some experimental properties for QtWebKit, but i am not sure if it 
really works.

For your SilicaWebView:

import QtWebKit.experimental 1.0

and then in the SilicaWebView set:

experimental.preferences.privateBrowsingEnabled: true


Best greetings
Matthias


Am Donnerstag, 1. Oktober 2015, 21:49:03 schrieb Alexander Ladygin:
> Hello.
> 
> It seems that SilicaWebView is storing cookies when you use it (even
> offline). Is there any way to clear them? Or use privatebrowsing or
> something so when you close the page with it, it will clear all saved
> cookies?
> 
> Any advice?
> Thanks.
> 
> Alex.

-- 
Das Gesetz hat zum Schneckengang verdorben, was Adlerflug geworden wäre.
(Friedrich Schiller - Die Räuber)

Und der Buschfunk spielt gerade "Light My Fire (Bonus Track)" von "Amorphis".

www.buschmann23.de
GPG-Key: 0x614C3258
GPG Fingerprint: B770 E0D0 69CF BFC1 5FE1 D78E 3A70 A936 614C 3258


signature.asc
Description: This is a digitally signed message part.
___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

[SailfishDevel] Clear cookies in SilicaWebView

2015-10-01 Thread Alexander Ladygin
Hello.

It seems that SilicaWebView is storing cookies when you use it (even
offline). Is there any way to clear them? Or use privatebrowsing or
something so when you close the page with it, it will clear all saved
cookies?

Any advice?
Thanks.

Alex.
___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

Re: [SailfishDevel] Clear cookies in SilicaWebView

2015-10-01 Thread Alexander Ladygin
Thanks Matthias, but it did not help=(

On Thu, Oct 1, 2015 at 10:17 PM, Matthias Fehring <
buschm...@huessenbergnetz.de> wrote:

> Hello Alex,
>
> there are some experimental properties for QtWebKit, but i am not sure if
> it
> really works.
>
> For your SilicaWebView:
>
> import QtWebKit.experimental 1.0
>
> and then in the SilicaWebView set:
>
> experimental.preferences.privateBrowsingEnabled: true
>
>
> Best greetings
> Matthias
>
>
> Am Donnerstag, 1. Oktober 2015, 21:49:03 schrieb Alexander Ladygin:
> > Hello.
> >
> > It seems that SilicaWebView is storing cookies when you use it (even
> > offline). Is there any way to clear them? Or use privatebrowsing or
> > something so when you close the page with it, it will clear all saved
> > cookies?
> >
> > Any advice?
> > Thanks.
> >
> > Alex.
>
> --
> Das Gesetz hat zum Schneckengang verdorben, was Adlerflug geworden wäre.
> (Friedrich Schiller - Die Räuber)
>
> Und der Buschfunk spielt gerade "Light My Fire (Bonus Track)" von
> "Amorphis".
>
> www.buschmann23.de
> GPG-Key: 0x614C3258
> GPG Fingerprint: B770 E0D0 69CF BFC1 5FE1 D78E 3A70 A936 614C 3258
>
> ___
> SailfishOS.org Devel mailing list
> To unsubscribe, please send a mail to
> devel-unsubscr...@lists.sailfishos.org
>
___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

[SailfishDevel] Running/deploying a qml only app

2015-10-01 Thread Amilcar Santos
Hello fellow sailors,

Because of the tablet, I'm trying to run/deploy a QML only app (the
binary file is unnecessary) in the Sailfish SDK, but with no success..

I've followed the
http://nckweb.com.ar/sailing-code/2015/02/19/deploy-qml-only-apps/
example but, from my understanding when I press RUN, the deploy script
is always trying to run the project binary and ignoring the
/usr/bin/sailfish-qml in the project settings executable.

Any help?
Thanx,
Amilcar


And just4fun:
- https://www.npmjs.com/package/sailfish-reload  - a nodejs script to
auto update source changes..
___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org