Joan Colmenero
Joan Colmenero
Solved it doing: ``` columnData!!.axisYLeft.textSize = 25 columnData!!.axisXBottom.textSize = 25 ```
That's because the `setFocus(s.length)` in `OtpTextView.kt` line 137, if you remove that line it would work.
It still saying to me this : Error: Failed to fetch plugin https://github.com/msach22/cordova-plugin-opentok/ via registry. Probably this is either a connection problem, or plugin spec is incorrect. Check your connection...
Yes, indeed, I've created a new Ionic project to test it. Your sample is Video-Chat, I can use only VoIP? And I have for example a apiKey to test it?
You need to add in jitpack.io in `settings.gradle` ``` dependencyResolutionManagement { repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS) repositories { ... maven { url "https://jitpack.io" } ... } } ```