Hi, i have used jQuery for horizontal scroll. and i have used this script.
<script src="js/jquery-1.11.3.min.js"></script>
<script src="js/jquery.mobile-1.4.5.min.js"></script>
css i have used is
<link rel="stylesheet" type="text/css" href="css/w3.css" />
<link rel="stylesheet" href="css/jquery.mobile-1.4.5.min.css">. and in meta data i also used to <meta name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">. In chrome n mozilla it is working properly.
but in the Tizen device it is not working properly. I am getting some exctra spaces when i try to scroll left. even though there is no content.
i have added a copy of image how it looks in the tizen devices.
can anyone help me out. pls..