mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +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