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