Hi,
In old versions of OS Property (lower than 2.7.3), the price range slider doesn't work properly on Ipad and Iphone. To solve this issue, you can download latest version of OS Property and install it to get the bug fixed. But in case you want fix that bug manually. You can follow these steps.
1. Download zip file jquery.ui.touch-punch.zip to your desktop, extract it and copy file jquery.ui.touch-punch.js into directory:
root > components > com_osproperty > js
2. Open file: root > components > com_osproperty > helpers > helper.php
find
<script src="//code.jquery.com/ui/1.10.4/jquery-ui.js" type="text/javascript"></script>
and add
<script src="<?php echo JUri::root()?>components/com_osproperty/js/jquery.ui.touch-punch.js" type="text/javascript"></script>
bellow it
Good luck
Dam