Merge pull request #619 from cmgustavo/bug/nwjs-autofill-handleopenurl

Fix nwjs autofill and handleopenurl
This commit is contained in:
Matias Alejo Garcia 2016-10-21 09:27:25 -03:00 committed by GitHub
commit caa62ccde3
1 changed files with 8 additions and 0 deletions

View File

@ -12,6 +12,14 @@
</head>
<body>
<!-- Workaround to prevent autofill -->
<div style="display: none;">
<input type="text"
id="PreventChromeAutocomplete"
name="PreventChromeAutocomplete"
autocomplete="address-level4" />
</div>
<ion-nav-view></ion-nav-view>
<script src="lib/ionic.bundle.min.js"></script>