mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
config can be value or function
This commit is contained in:
@ -103,6 +103,7 @@ var tapEventListeners = {
|
||||
Platform.ready().then(config => {
|
||||
|
||||
if (config.setting('tapPolyfill')) {
|
||||
console.log('Tap.register, tapPolyfill')
|
||||
Tap.register(document);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user