bug: Value: Error: not implemented #3800
-
Beta Was this translation helpful? Give feedback.
Answered by
jcesarmobile
Nov 12, 2020
Replies: 1 comment 1 reply
-
That means |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
SheppardX
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That means
Keyboard.setAccesoryBarVisible
is not implemented for Android because it's an iPhone only thing and the plugin rejects with unimplemented error, you should put the plugin code inside a try catch.