Corredor de descanso y TV

6 Propiedades
Ordenar por:

Compare listings

Compare
(function($) { $(document).ready(function() { if (/Android/i.test(navigator.userAgent)) { $('#overlay-search-advanced-module').on('touchstart touchmove', function(e) { e.preventDefault(); }); $(document).on('focus', '#overlay-search-advanced-module input[type="text"], #overlay-search-advanced-module .houzez-keyword-autocomplete', function() { const input = this; requestAnimationFrame(() => { input.scrollIntoView({ behavior: 'smooth', block: 'center' }); input.focus({ preventScroll: true }); }); }); } }); })(jQuery);