I believe that event.stopImmediatePropagation() does not work in Chrome for Android. Can anyone fix this? (alternative code)? Thank you
event.stopImmediatePropagation()
Try
event.callNonExistingMethode();
or
Do not use event.stopImmediatePropagation(); use stopImmediatePropagation(); instead stopImmediatePropagation();
event.stopImmediatePropagation();
stopImmediatePropagation();
I hope you are not looking for event.preventDefault()
event.preventDefault()
event.stopImmediatePropagation() implicit calls to event.stopPropagation()
event.stopPropagation()
Can you try with event.stopPropagation() ?
Source: https://habr.com/ru/post/919407/More articles:Visual Studio 2010 IDE build fails mysteriously without errors or warnings - c #Undefined variable from import when using protocol buffers in PyDev - pythonAdd a solid color border with CIImage - iosconst string plus boolean for pluralization in C - cSwingWorker hangs on Unsafe.park () - javaWhy does jProfiler show Unsafe.park / unpark as using processor cycles? - javaFirst Time Android app - androidHow to change the written enumerable and custom property values โโof a Javascript object? - javascriptsplit apply recombine, plyr, data.table in R - splitRails: HABTM - find all records without association - ruby-on-railsAll Articles