PWABuilder
PWABuilder copied to clipboard
[PACKAGING] Let load keystore file with .jks extension
What happened?
I have to follow the android packaging tutorial for use my previous security key.
When I tried loading, the interface accepted only .keystore
extension but my file generated is with .jks
extension.
I stayed confused because I thinked these files are different...
To test, I edited the file input removing accept
attribute from DOM, I loaded my .jks
file a it worked.
Is there any problem to put .jks
file format accept
list?
How do we reproduce the behavior?
Follow Packing for Android and try use .jks
extesion
What do you expect to happen?
No response
What environment were you using?
Browser Chrome Version 116.0.5845.96 (Official Build) (arm64)
Additional context
No response