I have entries in my login page. I used ImeOptions = Unspecified in Android to focus to next entry, In last fifth entry the soft keyboard next button automatically changed as done button. In IOS i don't know how to set softkeyboard like android. I used the below code in my renderer.When I click next button the keyboard is hidden and not focus to next entry. Please anybody give suggestion how to fix this.
Control.ReturnKeyType = UIReturnKeyType.Next;