Excolo-Slider icon indicating copy to clipboard operation
Excolo-Slider copied to clipboard

Link within Excolo Slider area not work with Android device

Open stefanoerrani opened this issue 5 years ago • 0 comments

Good day. I'm using the Excolo Slider on a web site and inside the image area I have inserted a text with link this is the code:

<div class="container_12">
	<div id="preSliderA" class="grid_8">
		<div id="sliderA" class="slider">
		<%
			for (int n = 0; n < crmcc.getVLen(); n++) {
		%>
			<div style="background-image: url('<%=crmcc.getVFields(n, 0)%>'); background-repeat: no-repeat; background-size: 100% 100%;">
			<div class="testorotoimmob"><%=crmcc.getVFields(n, 1)%></div>
			<div class="bottonerotoimmob"><a href="<%=crmcc.getVFields(n, 2)%>"  class="testobottonerotoimmob">DETTAGLIO</a></div>
		</div>
		<%
			}
		%>
		</div>
	</div>
</div>

If I use the link "<a href="<%=crmcc.getVFields(n, 2)%>" ..." with pc I haven't problem, but with any browser on Android device the link not work. I use the last version available of Excolo Slider.

Can I resolve the problem?

Best regards.

Stefano Errani

stefanoerrani avatar Jul 29 '19 11:07 stefanoerrani