Nested references (i.e. references within references) cannot be opened properly in MobileView. Clicking on them does nothing, unless the references section has been previously expanded, in that case it points to the references section rather than providing a snippet.
Test{{#tag:ref|This is a note.<ref>This is a nested ref.</ref>|group=note}}
==Notes==
<references group=note />
==References==
<references/>This is because the JavaScript to lazy load references is only bound to the page, but it should also run inside the reference dialog itself.