Lastpass is not compatible with ionic 4

Posted:
Tue Nov 13, 2018 7:57 am
by stripathix324
Built an app with Ionic 4 and using input fields provided by Ionic and last pass is not able to autofill login credentials and even i dont see last pass icons in my email/password fields.
https://beta.ionicframework.com/docs/api/input/
Lastpass is not compatible with ionic 4

Posted:
Tue Nov 13, 2018 8:05 am
by stripathix324
Built an app using Ionic 4 and now lastpass is not able to fill <ion-input> fields.
https://beta.ionicframework.com/docs/api/input/- Code: Select All Code
<form id="loginregisterformprimary" name="loginregisterformprimary" novalidate>
<ion-item>
<ion-label>Email</ion-label>
<ion-input autocomplete="on" type="email" v-on:keyup.13="accountFormSubmit" v-validate="'required|email'" name="username" :value="accountDetail.useremail" @ionInput="accountDetail.useremail = $event.target.value" placeholder="Enter Your Email"></ion-input>
</ion-item>
<ion-item>
<ion-label>Password</ion-label>
<ion-input autocomplete="on" v-validate="'required'" v-on:keyup.13="accountFormSubmit" name="password" type="password" :value="accountDetail.userpassword" @ionInput="accountDetail.userpassword = $event.target.value" placeholder="Enter Your Password"></ion-input>
</ion-item>
<ion-button shape="round" color="warning" id="loginbutton" :disabled="errors.any() || !isLoginFormComplete" v-if="visibleViewIndex == 2" v-on:click="loginNow()" expand="full">
Login
</ion-button>
</form>
Re: Lastpass is not compatible with ionic 4

Posted:
Tue Jan 15, 2019 3:25 pm
by adyro9
Same here. This is probably due to shadow dom.