I want to full screen, it works on the webpage, but it doesn't work in mobile (iPhone, iPad).
In iOs chrome or iOs safari both don't work. Not sure about Android.
<img src='../../../images/icon/fullscreen.jpg' style="width:30px" onclick="$(document).fullScreen(true)" href="javascript:;">
<img src='../../../images/icon/nofullscreen.jpg' style="width:30px" onclick="$(document).fullScreen(false)" href="javascript:;">