Microsoft Windows Phone 8.1 support ends (13 Jul 2017)

Microsoft has ended support for Windows Phone 8.1

Questions about Android development and PDF

Hiding Android toolbar causes PDF to refresh and go to the start with no zoom.

More
IP: 37.183.44.177 8 years 4 months ago #13816 by Davide
Hi,
we suggest you to "jump" the two following methods on PDFLayoutView.onSizeChanged(int w, int h, int oldw, int oldh) based upon your needs (as example when you show/hide your action bar)
Code:
m_layout.vZoomSet(m_layout.vGetWidth() / 2, m_layout.vGetHeight() / 2, m_layout.vGetPos(0, 0), 1); PDFGotoPage(m_pageno);
More
IP: 24.180.82.199 8 years 4 months ago #13820 by tim_burnham
Thanks that works to remove those 2 lines from onSizeChanged in PDFLayoutView. Seems like those 2 lines should not be there. Not sure if that is desired behavior for other people.
Time to create page: 0.345 seconds
Powered by Kunena Forum