arturv2000
arturv2000
Thanks. It was not working, had to make two modifications: 1) Setup the 'type' of image, was generating error in the console because of not having `type`. Not sure if...
@thebaldgeek At least for me, is basically copy that code to a template node. Setup the template to be UI-Scoped  And make sure that you have the static folder...
One thing I forgot to mention, the changes as you suggested (after fixing the `type`) indeed work, but only without refreshing the browser (I mean, if a make a Node-Red...
@nileio It is probably a browser version issue, I am using Microsoft Edge, it is based on Chromium / Chrome but Microsoft / Google add some of their `magic`. For...
> > is changing the favicon worthy of a low priority feature request? > > Yes, although challenging, but will detail thoughts on the issue once raised I also would...
@thebaldgeek I have setup my `httpStatic` as such. ``` httpStatic: [ {path: '/home/tis/node-red-static/', root: "/"}, {path: '/home/tis/node-red-static/Icons/company1/', root: "/icons/"} ], ``` Was having problems replacing the favicon paths by "/Icons/TurboClinicV2/favicon.ico"...
Hi Just tries this yesterday and was having issues with login after added the app to home screen. In my case, I have the Node-Red sites behind nginx, just add...
The changes made to the nginx conf, didn't work. The behaviour becomes even more erratic. After adding the APP to the home screen, sometimes it stops working after one hours,...
It starts doing on the PC browser the same as in android, when using the PWA App (Added to Home-screen) showing a blank screen. In the network manager, the request...
@cgjgh Just tried to replace the dashboard by the version you have, and continue to have the same problem. With my setup (using Windows with Edge or Chrome for browser)...