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
Normally when you have an onTap event on a page, you can access the page object using args.object.page. This is not possible when the tap handler is for an ActionItem in an ActionBar, where page does not exist on the args.object.
Normally when you have an onTap event on a page, you can access the page object using
args.object.page. This is not possible when the tap handler is for an ActionItem in an ActionBar, wherepagedoes not exist on theargs.object.