Forum Discussion
rftvaa
8 years agoVisitor
Hi, just replying to say that unfortunately I went with the same solution.
However, you can decrease the changes of getting issues in the future if you recursively explore m.keyboard's children and children's children, etc, looking for the VKBGrid component (which is currently the m.keyboard.getChild(0).getChild(0).subtype() ) and use .jumpToItem if you happen to find it.
However, you can decrease the changes of getting issues in the future if you recursively explore m.keyboard's children and children's children, etc, looking for the VKBGrid component (which is currently the m.keyboard.getChild(0).getChild(0).subtype() ) and use .jumpToItem if you happen to find it.