Page events

This commit is contained in:
vakrilov
2015-05-18 15:57:53 +03:00
parent 8b4807ca78
commit fe66104595
8 changed files with 88 additions and 34 deletions

View File

@@ -197,7 +197,7 @@ function onFragmentShown(fragment: PageFragmentBody) {
// notify the page
frame._addView(page);
page.onNavigatedTo(entry.entry.context);
page.onNavigatedTo();
frame._processNavigationQueue(page);
}