My forum is having a weird problem with ios (probably ios10+ only)facebook login
It returns a 500 internal error whenever someone logs/ signs up from a ios device.
Android and PC seems to have no problem at all. I've already commented out the 'bio' field to fix for pc and android. Did I miss some other files?
Any thoughts?
IOS 11+ also has a problem of cursor outside of input box which I found a solution here: (also exists in this forum)
html,body{
-webkit-overflow-scrolling : touch !important;
overflow: auto !important;
height: 100% !important;
}
add the above lines to your custom css.