Hello, I have purchased the advanced iframe and am trying to sort out the jump on IOS when using finger on the google 360 street view.
The website is: www.northwestwebsites.com.au
Code i have used is: [advanced_iframe securitykey="actualkeyhidden" src="https://www.google.com/maps/embed?pb=!1m0!4v1511174532183!6m8!1m7!1sCAoSLEFGMVFpcE0zaFVmV1ZRU01Pc1pNdkVGT3NKWkFybW1Yc25aeml5SG00NmtT!2m2!1d-40.765759421963!2d145.2979721822!3f178.68515844655218!4f-14.32544628054336!5f0.7820865974627469" use_shortcode_attributes_only="true" id="advanced_iframe" width="100%" height="900" scrolling="auto" iframe_content_id="contentiframe" enable_ios_mobile_scolling="true"]
I used an early work around of css below which stopped the jump on IOS, this however effected the sticky header and all css animation stopped site wide. body, html { height:100%; overflow:auto; -webkit-overflow-scrolling: touch; }
Thank you in advance
|