Skip to main content
Inspiring
September 19, 2013
Question

Preventing ANE view going fullscreen

  • September 19, 2013
  • 0 replies
  • 400 views

Hi all,

We're building an app which needs to show and manipulate PDF documents - basically show PDFs and allow the user to skip to pages via bookmarks.

The app has some other features and UI components so the PDF viewing element should sit within the UI - not create it's own.

So...we could found the brilliant ANE here:

https://github.com/memeller/vfrReaderNativeExtension

We've successfully modified it so that the bookmarks can be controlled via our AS3 code but, we have a couple of other issues:

1) How can we prevent the PDF viewer going fullscreen? Ideally we'd want to pass in the size and co-ordinates of where we want it positioned. This must be a fairly common requirement of Air iOS ANEs?

2) Any ideas of how we can make it a double page spread and not simply display 1 page at a time?

Thanks!

This topic has been closed for replies.