Nativescript-dom typescript

561 views Asked by At

I am a newbie in to the nativescript framework I wanna tryout some stuffs then I stumbled upon the this plugin now I dont know how to use it with typescript

TypeError: page.getElementById is not a function

enter image description here Here is error I get. Attached is my code screen shot

1

There are 1 answers

1
pkanev On

The method you are looking for on a View instance is getViewById which allows you to get a child view by its id.

https://docs.nativescript.org/ui/basics#execute-business-logic