Closed JeppeLeth closed 4 years ago
Hello @JeppeLeth
Thank you for your suggestion. We will try to use and test it, and if all goes well maybe we will add it in our future release.
Best Regards
Closing this issue conveying that the suggestion is taken into consideration and work is in progress.
Best regards
Add
autofillHints
attributes to the manual card entry screen layoutpia_fragment_manual_entry.xml
in the PIA SDK This will make it faster and more user friendly to fill all the fields on newer Android versions.You can add 3 lines of XML to make this work:
@+id/card_number_et
add attributeandroid:autofillHints="creditCardNumber"
@+id/expiry_date_et
add attributeandroid:autofillHints="creditCardExpirationDate"
@+id/cvc_et
add attributeandroid:autofillHints="creditCardSecurityCode"