jquery-steps icon indicating copy to clipboard operation
jquery-steps copied to clipboard

Not working on iphone

Open Chetan-chaand opened this issue 6 years ago • 3 comments

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

Chetan-chaand avatar Aug 13 '19 07:08 Chetan-chaand

Same issue i have facing not working in iOS devices jquery.steps.js.

chiragnsuthar avatar Oct 09 '19 20:10 chiragnsuthar

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: &#xFF04; If using fontwesome replace $ with: <i class="fa fa-usd" aria-hidden="true"></i>

amersh7 avatar Jan 16 '20 16:01 amersh7

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: &#xFF04; If using fontwesome replace $ with: <i class="fa fa-usd" aria-hidden="true"></i>

dalemugford avatar Nov 12 '20 22:11 dalemugford