This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Mosaic "bug"
#7
(08.10.2019, 13:09)Daniel. Wrote: Did you try to clear the cache?

It happens on several tablets (same type with same versions). And I have removed and reinstalled the Wallpanel app. I could try to clear the Android Webview cache to see if that helps.

(15.10.2019, 10:32)fiLLLip Wrote:
(08.10.2019, 13:09)Daniel. Wrote: Did you try to clear the cache?

It happens on several tablets (same type with same versions). And I have removed and reinstalled the Wallpanel app. I could try to clear the Android Webview cache to see if that helps.

Downloaded https://play.google.com/store/apps/detai...2&hl=en_US now and testet, and got this error:
   

EDIT:

Seems to be related to localstorage not being defined?
Code:
//настройки языка
$(function() {
    function initLanguage() {
        $(document.body).tr();
        var lang = localStorage.getItem('core_language'); // Line 260
        if (lang) lang = parseJSON(lang);
        if (_.isString(lang) && lang.length > 0) {
            window.currLang = lang;
            lang = lang + '.js';
            $.getScript(pathURL + "js/languages/" + lang, function() {
                $(document.body).tr();
            })
        }
        $(document.body).tr();
    }
    initLanguage();
})
Reply


Messages In This Thread
Mosaic "bug" - by fiLLLip - 01.10.2019, 09:56
RE: Mosaic "bug" - by Daniel - 01.10.2019, 10:12
RE: Mosaic "bug" - by fiLLLip - 01.10.2019, 12:05
RE: Mosaic "bug" - by Daniel - 01.10.2019, 12:26
RE: Mosaic "bug" - by fiLLLip - 08.10.2019, 13:06
RE: Mosaic "bug" - by Daniel - 08.10.2019, 13:09
RE: Mosaic "bug" - by fiLLLip - 15.10.2019, 10:32
RE: Mosaic "bug" - by Daniel - 16.10.2019, 07:43
RE: Mosaic "bug" - by admin - 16.10.2019, 08:01
RE: Mosaic "bug" - by fiLLLip - 31.10.2019, 08:41

Forum Jump: