I've implemented sfPdfViewer and it works fine, but there's an issue.
On my webapp, in my screen, I've got on the left a sfDataGrid with some textfield and on the right the sfPdfViewer.
Now, this is what happen:
-Tapping on the text field on the left, soft- keyboard appears
-The widget on the right with sfPdfViewer is rebuilded and than the softkeyboard is closed, so I can write into the text fields.
It seems the sfPdfViewer after the pdf is loaded, dismiss the keyboard.
--------
Any tips will by appreciated.
Thanks in advance.
Peter