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
To navigate to the starting page of the application
// put this in the bootstrap.jsvarapp=require("application");varframeModule=require("ui/frame");app.onLaunch=function(context){varframe=newframeModule.Frame();frame.navigate("testPage");}