fix(app): ion-input-shims

This commit is contained in:
Manu Mtz.-Almeida
2018-02-27 13:31:09 +01:00
parent ceeb81b0b5
commit 3a31d6482d

View File

@@ -244,7 +244,7 @@ export class App {
render() {
return [
<ion-platform />,
this.deviceHacks && <ion-device-hacks app={this} />,
this.deviceHacks && <ion-input-shims app={this} />,
this.isDevice && <ion-tap-click />,
this.isDevice && <ion-status-tap />,
<slot></slot>