Text Field SetFocus iOS

I’ve got a text field that on the shown event of the page a I do txtMembNumb.SetFocus this works fine on OS X and Windows but doesn’t work on iOS in Safari or Chrome.

Is this normal behaviour for iOS?

Seems this can’t be done with iOS from what I’ve read.

Apparently Safari iOS does not have a focus ring, and setfocus does not work.