In my UIWebView, key board doesn’t appear on text box after showing window.alert in the web page. Actual senario is,
- step 1: open my application and view our web page in
UIWebView. - Step 2: Showing alert when I press the button on web page.
- Step 3: I doesn’t response to the alert and press the screen lock
button. - Step 4: Release the screen lock and press the ‘OK’ button in
window.alert. - Step 5: Page reloading after pressing ‘OK’ button. After that I pressing the text box, key board doesn’t appear on the screen.
I can’t get exact solution for this. May I know what is the issue and how to resolve this issue?
Note: without showing window.alert, its working fine.
The only thing I can think of is try this:
A similar question referenced here.