Merge pull request #619 from cmgustavo/bug/nwjs-autofill-handleopenurl
Fix nwjs autofill and handleopenurl
This commit is contained in:
commit
caa62ccde3
1 changed files with 8 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue