Hello Devs,
i have an application where half screen will show a website and half screen will be covered with the keyboard(Not the webview's default keyboard). Keyboard has a textfield with it and user can write to the text field and send to the web page(i have used javascript there).
Now i need to keep the keyboard up while user typing and sending text to the webview..,but while user scrolls the webview by touching ...the keyboards hides. I tried the keyBoarWillHide method to make the keyboard becomefirstresponder....but no result.
any idea while scrolling webview will not hide the keyboard?