EFB Sample

I don’t seem to understand how the EFB pages work. I’ve compiled the Sample and what I get is in the attached pic. I’ve also created my own EFB and get basically the same problem. Is there any chance of getting more samples or even better access to the typescript code for the existing flight plan etc EFB apps?

1 Like

Hi Musty, as I understand it, the page view works like a stack. That is, when you press the “Open Page 2” button, you open the second page, which is in the stack above page 1. Therefore, if you want to go back to page 1, you must do an “appViewService.goBack()”, not an open().

I hope this helps.

Alex