Fix nwjs autofill and handleopenurl

This commit is contained in:
Gustavo Maximiliano Cortez 2016-10-20 19:24:14 -03:00
commit ed52198dcc
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF

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>