Copy link to clipboard
Copied
I'm using adobe pdf embedded api
Is there a way to stop me from moving to the next page when I click when using the full screen?
Because I have text fields in the pdf file and every time I click on this, I go to the next page and have a hard time
Copy link to clipboard
Copied
Any chance you can shatre a PDF I can use to replicate this?
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Eh, this is a one page PDF, isn't it?
Copy link to clipboard
Copied
Copy link to clipboard
Copied
I took your PDF, uploaded it to our Playground here (https://documentservices.adobe.com/view-sdk-demo/index.htm), and used Sized Container. If I full screen on page one, it isn't going to page two. Are you seeing different?
Copy link to clipboard
Copied
I went to the link you gave me, but page 403 came up
Copy link to clipboard
Copied
Copy link to clipboard
Copied
I can see it now
What I meant was to turn it on full screen and click text field to go to the next page of pdf
Copy link to clipboard
Copied
I'm not sure I understand. Are you saying clicking a text field makes it change pages? Are you saying you want to be able to tab and have the page change when there are no more form fields on the current page?
Copy link to clipboard
Copied
I'm saying clicking a text field makes it change pages
what i want is disable change pages when i click text field
Copy link to clipboard
Copied
Weird, when I open testPDF locally, I see form fields. In the online sandbox, I do not. Are you able to actually type in form fields there?
Copy link to clipboard
Copied
yes i can type it
like this
Copy link to clipboard
Copied
But that Embed Mode doesn't support Full Screen, right?
Copy link to clipboard
Copied
Also, as I type, I never see the page auto advance.
Copy link to clipboard
Copied
that mode support Full Screen
by the button where I marked it
Copy link to clipboard
Copied
Duh, sorry, and I was able to immediately replicate the bug. Will file it internally now.
Copy link to clipboard
Copied
Does the bug need to be fixed?
Can't it be solved by changing the settings?
Copy link to clipboard
Copied
Yes, and no, I don't think settings would help.
Copy link to clipboard
Copied
Then it will take a long time for the bug to be fixed, right?
Copy link to clipboard
Copied
Honestly I have no idea. I just filed it.
Copy link to clipboard
Copied
so then i just going to disable the full screen button
Is there a way?
Copy link to clipboard
Copied
Yes, check the UI customization docs, also the Playground shows you an example of this. Only in embed mode SIZED_CONTAINER.
Copy link to clipboard
Copied
Is it only available in SIZED_CONTAINER mode? Is it not available in FULL_WINDOW mode?
Copy link to clipboard
Copied
I checked, but It can't apply enableFormFilling in SIZED_CONTAINER mode
Here are three things I want
1. It should be possible to enable FormFilling
2. It should be able to disable the full screen function
3. It should be able to be saved
Is there a way to satisfy all three conditions?
Please help me