You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pdfne...@googlegroups.com
Hi,
is it somehow possible to restore the text search after orientation change? When i make a text search with PDFViewCtrl.findText(...) and then call the method 2 times, then i get the 3rd occurrence of this word in my pdf doc. I'd like to restore this search after the tablet is rotated and then used in landscape mode. When i then call findText(...) again, i will get the 1st occurrence of this word and not the 3rd one. I'm asking this, because i'm not handling orientation changes on my own. I use the default Android implementation which causes to destroy and start the activity again.