@syncfusion/ej2-base 27.2.2 → 27.2.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4371,6 +4371,8 @@ var Browser = /** @__PURE__ @class */ (function () {
4371
4371
  browserDetails['isDevice'] = true;
4372
4372
  browserDetails['isTouch'] = true;
4373
4373
  browserDetails['isPointer'] = true;
4374
+ // Set 'isPointer' for pointer-enabled devices (e.g., iPad on Safari)
4375
+ browserDetails['isPointer'] = ('pointerEnabled' in window.navigator);
4374
4376
  }
4375
4377
  if (typeof window !== 'undefined' && window.Capacitor && window.Capacitor.getPlatform() === 'ios') {
4376
4378
  browserDetails['isPointer'] = false;