jquery-steps
jquery-steps copied to clipboard
Not working on iphone
Hi,
Following is my website booking page: https://fineclicksstudios.com/book-now/ Everything is working fine in desktop and android devices, But its not working in iphone devices. Please help me resolving this asap.
Thankyou
Same issue i have facing not working in iOS devices jquery.steps.js.
jquery.steps.js has a bug related to a $ being used elsewhere in your html.
See: https://blog.lysender.com/2018/06/jquery-steps-plugin-broken-on-safari-11-when-content-has-the-character/
Workaround: Need to change $ in your pages to fontawesome or hex code:
To use hex, replace $ with: $
If using fontwesome replace $ with: <i class="fa fa-usd" aria-hidden="true"></i>
Thank you— this saved me!
jquery.steps.js has a bug related to a $ being used elsewhere in your html.
See: https://blog.lysender.com/2018/06/jquery-steps-plugin-broken-on-safari-11-when-content-has-the-character/
Workaround: Need to change $ in your pages to fontawesome or hex code:
To use hex, replace $ with:
$If using fontwesome replace $ with:<i class="fa fa-usd" aria-hidden="true"></i>