Fast App Resume issues in windows phone 8

后端 未结 2 518
耶瑟儿~
耶瑟儿~ 2021-02-06 09:44

When i set ActivationPolicy=\"Resume\" in WMAppManifest.xml page tile navigation(navigation URL) is not working in Tombstone state, it reloads the last back stack page(URL). It

2条回答
  •  Happy的楠姐
    2021-02-06 10:00

    Same problem here. I got WP8 application with Fast App Resume enabled. I can pin tiles pointing to specific pages in my apps. It works fine when app is just Suspended, but when the app is Tombstoned, then clicking secondary tile has the same effect as clicking the main tile.

    I receive only one RootFrameNavigating event with NavigationMode == Back and Uri == /MainPage.xaml. The app then shows the previous page that was there before I suspended the app.

    I guess this is actual bug in the platform for this specific scenario - Fast App Resume + tombstoned app + navigation from pinned tile, that we as developers cannot solve.

提交回复
热议问题