a4992214
a4992214
I am also stuck waiting on this issue
Thanks - but it's not really what was looking for - I was hoping for a list of each function and its arguments - and what the function does with...
This can be fixed changing line 266 from ``` if( count( $words ) == 0 && count( $specialCaseTagInjection ) == 0 ) { break; } ``` to ``` if( $words...
I have just installed this (using composer & php8.2) to test it but get the same problem... `Fatal error: Uncaught Exception: TCPDF ERROR: Could not include font definition file: ........
composer yes (which would help the install) but also looking for code samples
Thanks - but what's the composer command? (shouldn't it be on the README?)
So it looks like there doesn't seem to be a good solution to swipe handling - I will look at hammer.js (https://hammerjs.github.io/) to see if that can improve things
_pan = panzoom(_fullImage , {bounds: true, boundsPadding: 0.3, .....});