🐞 bug report
Affected Package
The issue is caused by package @angular/core and @angular/platform-browser I guess
Is this a regression?
Don't know
Description
Clickable elements (such as input and anchor tags) on a page seem unresponsive in browsers on iOS devices when all of the following three conditions are met:
- An html snippet with a link is inserted via the [innerHTML] property.
- That snippet bypasses the html sanitizing by using the bypassSecurityTrustHtml method.
- There is a HostListener listening to the 'tap' event (for which hammer.js is installed).
When you swipe or scroll the page a bit first, then you can click one element. But after that you have to swipe or scroll again to click the next element.
🔬 Minimal Reproduction
https://angular-ivy-e3igjz.stackblitz.io
🌍 Your Environment
Angular Version:
11.1
Anything else relevant?
Browsers on iOS 14.x at least. Not tested on lower versions.
🐞 bug report
Affected Package
The issue is caused by package @angular/core and @angular/platform-browser I guessIs this a regression?
Don't knowDescription
Clickable elements (such as input and anchor tags) on a page seem unresponsive in browsers on iOS devices when all of the following three conditions are met:
When you swipe or scroll the page a bit first, then you can click one element. But after that you have to swipe or scroll again to click the next element.
🔬 Minimal Reproduction
https://angular-ivy-e3igjz.stackblitz.io
🌍 Your Environment
Angular Version:
11.1Anything else relevant?
Browsers on iOS 14.x at least. Not tested on lower versions.