The focus issue coming because of ionic creating clone for textarea while opening the keyboard.so when user try to focus somewhere into textarea then uit hard to focus and previous focus cursor still there.
I found two work Around for this issue.
- Text area should be on top of the page and should not move up when keyboard opens.
2.Create one iframe inside content and give other simple html page url within iframe and create your text area within that newly created html page.