Daniel Rabe
Daniel Rabe
I did some changes to JunRar to extract InputStreams directly, without the need to write it in a File first. My project loads files from websides (e.g. RAR-Files), the results...
When touchmove event was cancled by evt.preventDefault() clicks don't work anymore with Apple Pencil. So I check if this happend and dispatch a new click-event on touchEnd.
With inobounce i have to tab multiple times (fast) with the Apple Pencil on clickable elements (button/anchor and other containers with onclick functions) to trigger an action. if i remove...
e.g. replace_color_in_svgs: { path: EXPORT_PATH + '/images/*.svg', pattern: '#95C11F', replacement: grunt.option('main-color') || '#95C11F' }