hi! what i did as you described: <link rel="stylesheet" type="text/css" href="jquery-1.8.3.js"></link> <link rel="stylesheet" type="text/css" href="pointer_events_polyfill.js"></link> ``` <script type="text/javascript"> $(document).ready(function(){ PointerEventsPolyfill.initialize({}); }); </script> ``` do i miss something? thank you! regards strmiska
hi!
what i did as you described:
do i miss something?
thank you!
regards
strmiska