Trying to open lightbox with long text content stored in external "myLongText.htm" with defined anchors.
<a href="myLongText.htm" class="lightbox" target="_blank">WORKING on iPad, computer (safari),...</a>
<a href="myLongText.htm#anchor" class="lightbox" target="_blank">ANCHOR NOT WORKING on iPad(iOS7), but working on computer (safari)</a>
Is there any other way to open scrollable lightbox with text on a specified anchor location.