Replies: 2 comments 2 replies
-
I found these capabilities!
I think it will be better to only use // device version, (min sdk - max sdk)
semver.satisfies('16.6.1', '16.0.0 - 16.7.5') // TRUE |
Beta Was this translation helpful? Give feedback.
0 replies
-
min and max sdk works ? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Currently if I try to match a wildcard version like
16.*
and I have an iOS device eligible with version16.5.6
, the functiongetDevices()
will find 0 devices eligible.As a workaround; I modified the line 134 in the following file but is there any other way to make it work without touching the plugin?
Beta Was this translation helpful? Give feedback.
All reactions