You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 7, 2022. It is now read-only.
The on() and addEventListener() methods exist on the NS Page object, so the Page object is never extended and the special First events are never defined.
Which NativeScript version and platform does your issue occur on?
Using "tns-core-modules" version 5.4.1 with Angular and TypeScript.
Any steps to duplicate?
Simply run the app and observe that the First events (i.e. Page.navigatingToFirst) are not defined.
The text was updated successfully, but these errors were encountered:
Bug Report
Tell us about the problem
The
on()
andaddEventListener()
methods exist on the NSPage
object, so thePage
object is never extended and the special First events are never defined.Which NativeScript version and platform does your issue occur on?
Using "tns-core-modules" version 5.4.1 with Angular and TypeScript.
Any steps to duplicate?
Simply run the app and observe that the First events (i.e.
Page.navigatingToFirst
) are not defined.The text was updated successfully, but these errors were encountered: