When the document is opened in the android viewer, it should have a reasonable scaling / zoom set by default: * Writer: the document fits the screen horizontally (width of the screen in the current rotation mode == width of the document) * Impress: the entire slide fits the screen
Tomaž Vajngerl committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=842848cb6d6c88fcf2c2b17d5e933458fa5d2ece fdo#87098 change zoom level tile layer zoom level on load It will be available in 4.5.0. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Tomaž Vajngerl committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=6f5eb643ead93c441566507f4dc4eac2d85e701b fdo#87098 invalidate zoom change by triggering animatedZoomTo It will be available in 4.5.0. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Much better for text documents and presentations. For spreadsheets, we should probably just default to 100%, makes no sense there to fit the entire sheet the screen, spreadsheets are usually large.
This is now fixed, thanks!