If you want to try some debugging, here's the code that does the screenshot taking. Perhaps there's some case I'm not handling in mobile views.
But the idea of the reference screenshot option is upon every first time a particular PageObject is instantiated and passes validation, a screenshot is saved to /reference-screenshots directory. You would then use say
https://github.com/BBC-News/wraith, or some other mass image diff tool to do your comparisons between releases. Since the file names are always saved by their PageObject class names, you'll need to create a task or have your CI system archive that directory after each build to save previous reference screenshots.