V6 Universal Theme load form slowly on iphone but load form normal on android

Confluence User - 03 Jul, 2018

Hi All,

I got the problem with V6 Universal Theme while loading form on Iphone. ( Both issues on Chrome and Safari.)

It has a problem when scroll up and down in form display, slow and not shown the fields immediately. But it's normal and working fine on PC and android.

Can anyone suggest about this?.

I would appreciate any help in this regard

Best regards,

Benyapha

themes;forms

3


05 Jul, 2018
confluenceUser
1
confluenceUser

Hi,

It seem like it is an iphone issue on css overflow set to scroll. The workaround is adding the following css to your theme custom css.

body:not(.embeded) {
    -webkit-overflow-scrolling: touch;
}

Best regards.

06 Jul, 2018
confluenceUser
confluenceUser

Hi,

Thank you Owen Ong, It's work.

I really appreciate your help.

Best regards,

Benyapha P.

07 Jul, 2018
confluenceUser
confluenceUser

Hi Owen Ong , it would be great if that could be fixed in the next update. Iphone scrolling has been a bit of a problem in similar scenarios. Cheers

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print