joloco
joloco
I've had this issue too, and have come up with the following kludge... (loadPage is my AJAX page loading function) ``` javascript var addressChanged = false; // This var will...
Of course, that prevents deep linking, so perhaps add this second line... ``` javascript var addressChanged = false; if (window.location.hash) addressChanged = true; // If there's a hash, do the...
This has apparently been live in Chrome on Android for over a year now, so should be reliable. I replaced the line which sets ath.isStandalone with: ```javascript ath.isStandalone = ('standalone'...
I have the same issue, not even the sample code works ( at https://github.com/PHPOffice/PHPPresentation/blob/develop/samples/Sample_20_ExternalSlide.php – have tried various pptx files as the import file, even extremely simple ones created with...
Just a quick follow-up… the issue seems related to having a background image on an imported slide. So: I make a new single-slide presentation with some text, an image, and...
Okay, more information! Apologies for my stream-of-consciousness verbosity here, but I'm writing messages with the intention of stopping soon, then doing a little bit more... So, the problem seems to...
Finally for now, this only seems to work on PPTX files created with PHPPresentation. When using identical code, but loading a PPTX file that was created with PowerPoint, the background...