mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
@ -25,15 +25,15 @@ export function ionicBindings(rootCmp, config) {
|
|||||||
config = new IonicConfig(config);
|
config = new IonicConfig(config);
|
||||||
}
|
}
|
||||||
|
|
||||||
let events = new Events();
|
|
||||||
let tapClick = new TapClick(app, config, window, document);
|
|
||||||
|
|
||||||
platform.url(window.location.href);
|
platform.url(window.location.href);
|
||||||
platform.userAgent(window.navigator.userAgent);
|
platform.userAgent(window.navigator.userAgent);
|
||||||
platform.navigatorPlatform(window.navigator.platform);
|
platform.navigatorPlatform(window.navigator.platform);
|
||||||
platform.load();
|
platform.load();
|
||||||
config.setPlatform(platform);
|
config.setPlatform(platform);
|
||||||
|
|
||||||
|
let events = new Events();
|
||||||
|
let tapClick = new TapClick(app, config, window, document);
|
||||||
|
|
||||||
setupDom(window, document, config, platform);
|
setupDom(window, document, config, platform);
|
||||||
bindEvents(window, document, platform, events);
|
bindEvents(window, document, platform, events);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user