iOS Question [Solved] Open PDF with DocumentInteraction

MitchBu

Well-Known Member
Licensed User
Longtime User
I am trying to apply DocumentInteraction to print, as described here https://www.b4x.com/android/forum/threads/open-local-files-with-external-apps.51941/#content

Here is what I do. di is a global property.

Only a small white area shows up at the bottom of the iPad screen. A bit like a bubble.

On the iPhone, it works fine.

What am I missing ?

B4X:
    di.Initialize("di", AppData, "1.pdf")
    di.UTI = "com.adobe.pdf"
    di.OpenFile(Page1.RootPanel)

IMG_0001.PNG
 
Last edited:
Top