How to verify text element is focussed in IOS and Android?

I am using Appium 1.6.5 and writing automation scripts in JavaScript.
For IOS, I don’t see any attribute in Appium Inspector which can be used to verify if it is focused or not.
For Android, I see ‘Focussed’ attribute but not sure if I can use it to verify if the element in Focussed or not?
Any suggestions ?
Thanks for your help.

As workaround for input field try enter some text and find element with entered text.