TLabAltoh/TLabWebView#17
As a premise, this plugin moves the WebView by the screen size as a position offset so that the WebView itself is not displayed on the screen.
In this case, when the y-offset was set to a value greater than or equal to the screen height, the issue reported regarding links occurred. As a temporary measure, the WebView's y-offset has been set to 0 to address this.
I have extended the verification of the x-offset up to five times the screen width and confirmed that it operates without any issues (Test conducted on a mobile device).