-1

I'm working on an app on my machine and run it on local host. Sometimes browsers dev tools are not accurate and once I am making the changes in my code and then run, it doesn't look like how it was in dev tools. I'm talking about some alignment, responsiveness, not about styling, colors etc.

When I am comparing my app in different browsers it doesn't look the same in all of them, so I'm no sure which one is actually the accurate view. I have tried Edge, Opera, Mozilla, Chrome. My company is monitoring my pc, so I can't install random stuff on it.

Is there any other option to preview accurately my app? Any extension or some site?

Thanks in advance.

Alex
  • 1
  • 1
  • Please clarify your specific problem or provide additional details to highlight exactly what you need. As it's currently written, it's hard to tell exactly what you're asking. – Community Oct 19 '21 at 20:58

1 Answers1

0

You can always use other browsers like Opera which has developer mode, as well as, Microsoft Edge and Safari that offer web development tools. As for the alternatives for Firefox, I believe it was already answered, check this: What are the alternatives to the Firefox Developer Tools?

Moreover, these might not directly solve your problem but if you are looking for plugins or apps, check these useful tools out: Plunker, Percy, Ghost Inspector, Requestly.

Sakhund
  • 228
  • 1
  • 5
  • 32
  • Thanks, Sadig. When I am comparing side by side my app on different browsers they don't look the same on all of them, so that's the issue I have. I have thought it will look the same. I'll try your suggestions and see how it goes. Thanks again! – Alex Oct 20 '21 at 08:14
  • 1
    You're welcome, happy to help a fellow learner. I'd be happy if you'd accepted my answer. – Sakhund Oct 27 '21 at 02:44