We have moved to a new Sailfish OS Forum. Please start new discussions there.
![]() | 1 | initial version | posted 2015-10-21 23:40:54 +0200 |
When trying to open emails that i'm getting from a web shop, i'm getting a blank email or sometimes it renders another email. Also i can not swipe back, so i have to close email app
journalctl:
окт 21 23:24:16 Jolla lipstick[14697]: Received an unexpected URL from the web process: 'file://www.googletagmanager.com/ns.html?id=GTM-KSFVTC'
окт 21 23:24:16 Jolla lipstick[14697]: Received an invalid message "WebPageProxy.DecidePolicyForNavigationAction" from the web process.
окт 21 23:24:16 Jolla creen[27572]: [W] QQuickWebViewPrivate::processDidCrash:623 - WARNING: The web process experienced a crash on 'file:///usr/share/jolla-email'.
Also, don't know if it's matter, these emails contain callendar appointments as attachments It is probably caused by invalid URL (file instead of http), but where is it getting it from?
![]() | 2 | No.2 Revision |
When trying to open emails that i'm getting from a web shop, i'm getting a blank email or sometimes it renders another email. Also i can not swipe back, so i have to close email app
journalctl:
окт 21 23:24:16 Jolla lipstick[14697]: Received an unexpected URL from the web process: 'file://www.googletagmanager.com/ns.html?id=GTM-KSFVTC'
окт 21 23:24:16 Jolla lipstick[14697]: Received an invalid message "WebPageProxy.DecidePolicyForNavigationAction" from the web process.
окт 21 23:24:16 Jolla creen[27572]: [W] QQuickWebViewPrivate::processDidCrash:623 - WARNING: The web process experienced a crash on 'file:///usr/share/jolla-email'.
Also, don't know if it's matter, these emails contain callendar appointments as attachments It is probably caused by invalid URL (file instead of http), but where is it getting it from?
In email sources there is that:
<!-- Google Tag Manager -->
<noscript><iframe src=3D"//www.googletagmanager.com/ns.html?id=3DGTM-KSFVTC"
height=3D"0" width=3D"0" style=3D"display:none;visibility:hidden"></iframe>=
</noscript>
<script>(function(w,d,s,l,i){w[l]=3Dw[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=3Dd.getElementsByTagName(s)[0],
j=3Dd.createElement(s),dl=3Dl!=3D'dataLayer'?'&l=3D'+l:'';j.async=3Dtrue;j.=
src=3D
'//www.googletagmanager.com/gtm.js?id=3D'+i+dl;f.parentNode.insertBefore(j,=
f);
})(window,document,'script','dataLayer','GTM-KSFVTC');</script>
<!-- End Google Tag Manager -->
so why is it parsed as file://.....?
![]() | 3 | No.3 Revision |
When trying to open emails that i'm getting from a web shop, i'm getting a blank email or sometimes it renders another email. Also i can not swipe back, so i have to close email app
journalctl:
окт 21 23:24:16 Jolla lipstick[14697]: Received an unexpected URL from the web process: 'file://www.googletagmanager.com/ns.html?id=GTM-KSFVTC'
окт 21 23:24:16 Jolla lipstick[14697]: Received an invalid message "WebPageProxy.DecidePolicyForNavigationAction" from the web process.
окт 21 23:24:16 Jolla creen[27572]: [W] QQuickWebViewPrivate::processDidCrash:623 - WARNING: The web process experienced a crash on 'file:///usr/share/jolla-email'.
Also, don't know if it's matter, these emails contain callendar appointments as attachments
attachments.
It is probably caused by invalid URL (file instead of http), but where is it getting it from?
In email sources source there is that:
<!-- Google Tag Manager -->
<noscript><iframe src=3D"//www.googletagmanager.com/ns.html?id=3DGTM-KSFVTC"
height=3D"0" width=3D"0" style=3D"display:none;visibility:hidden"></iframe>=
</noscript>
<script>(function(w,d,s,l,i){w[l]=3Dw[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=3Dd.getElementsByTagName(s)[0],
j=3Dd.createElement(s),dl=3Dl!=3D'dataLayer'?'&l=3D'+l:'';j.async=3Dtrue;j.=
src=3D
'//www.googletagmanager.com/gtm.js?id=3D'+i+dl;f.parentNode.insertBefore(j,=
f);
})(window,document,'script','dataLayer','GTM-KSFVTC');</script>
<!-- End Google Tag Manager -->
so why is it parsed as file://.....?