PWA App

James Reed10 months ago

Hi Guys,
I have customised everything in the /modern folder including the index.html file and changed "Traccar GPS System" but even with this changed and I add the PWA app on a phone it still loads with Traccar GPS. Is this text getting pulled from somewhere else or is this hard coded and cant be changed? Customised logo's and icons work OK.

Anton Tananaev10 months ago

Have you updated manifest?

James Reed10 months ago

I checked the manifest but did not see anything referring to the text "Traccar"
I haven't renamed or customised the names of any file, I just edited the original files only.

Should I change the original file names and change the references in the manifest?
Sorry if it's a basic question.

Anton Tananaev10 months ago

Well, it's not hardcoded. It's provided as a placeholder {title}.

James Reed10 months ago

The shortcut name works fine, its the actual "loading screen" the text at the bottom says "Traccar GPS Tracking System"
in the Index.html is has:

<body>
    <noscript>Enable JavaScript to use <a href="https://www.traccar.org/">Traccar GPS Tracking System</a>.</noscript>
    <div id="root" class="root"></div>
    
  </body>

I modified the html with a custom URL and description but it still displays Traccar GPS Tracking System

Maybe im looking at the wrong location?

Anton Tananaev10 months ago

Are you sure you cleared all the browser cache?

James Reed10 months ago

yeah, Im testing by changing the background color in the manifest to see if its using the current changes.
I am also trying on different devices and browsers.