Previously I was using google chrome emulation tab to verify that my HTML/JS page renders properly in various devices. Recently when I got ipad and started to check with it, I found that the way the page actually looks on the real device is noticeably different than in chrome emulator (which does not surprise me).
I do understand that there is no way to mimic device to 100% in chrome emulator and in most of the emulators. My question is to what extent can I trust google chrome emulator tab?
Please note, that I am not looking for oneliners like "use real device, not emulator", neither I am looking for suggestions of particular services like browserstack. I am looking for insights from folks who already have some experience with UI/JS validation for different devices and can share when is it applicable to use chrome emulator and when can it fail and it is better to use native emulator or even a real device.