Need help testing new version of Traccar Manager

Anton Tananaev 10 months ago
homa 10 months ago

It works. Thanks!

Anton Tananaev,
I apologize once again for responding to this thread. After a long time, I discovered the error that makes the "X" disappear. It has to do with styles. I added the following code to the /opt/traccar/web/styles.css file:

.muiltr-1pd4vyh {
    z-index: 9999 !important;
}

I know it's not correct, but I couldn't figure out where to put the "z-index" attribute in the correct place.

NOTE: I would be grateful if you could explain to me the correct way to propose the correction in the forum or it can be here once I have managed to identify the error.

Once again, I greatly appreciate your efforts in helping everyone.

Respectfully,
André Lage
BRAZIL: -19.919121, -43.938604

Lisa Benson a day ago

this is not really a Traccar Manager issue, it comes from the web UI popup layer. the flutter app is only doing auth and navigation but the device image + missing “X” is rendered by the web frontend so that’s where the problem is.

  1. when it comes to android and images this kind of thing usually ends up being either a mobile chrome rendering quirk or a css overlay issue. the fact that it works on the emulator but not your actual device is a big hint it is browser/device-specific, not a core app bug.