NathanaelA / nativescript-dom

NativeScript DOM emulation methods
MIT License
42 stars 23 forks source link

nativescript-dom in typescript not working #13

Open bismert opened 6 years ago

bismert commented 6 years ago

Hi everyone, 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 Here is error I get. Attached is my code screen shot rec I dont know what I am missing kindly help

spstratis commented 6 years ago

Since you're trying to do this in the navigatingTo event I don't think your page object has been fully initialized. From what I read the page is initialized until late in the view cycle. I find if I reference page in the on loaded event I'm able to get around this issue.