ionicPopover with cursor position in textarea

I am using form controls in ionicPopover to take various inputs and submit button. One of the control used is TextArea. Problem is when i click on text area (focus) the cursor always position at first character instead of after last character of the text in TextArea (unlike TextBox). I want TextBox like behaviour in TextArea. Is there any method available to position cursor at the end of the text in TextArea within ionicPopover?

If above is feasible then I want to focus cursor on TextArea (after last character of default text) when popover is opened.