mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 13:32:54 +08:00
perf(tapclick): tapPolyfill is only used in UIWebView!
- improves drastically the responsiveness in WK and iOS Safari
This commit is contained in:
@ -560,6 +560,13 @@ export class Platform {
|
||||
}
|
||||
}
|
||||
|
||||
testUserAgent(expression: string): boolean {
|
||||
if (this._ua) {
|
||||
return this._ua.indexOf(expression) >= 0;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
/**
|
||||
* @private
|
||||
*/
|
||||
|
Reference in New Issue
Block a user