AlvaroBro
AlvaroBro
Hi! Any news or feedback on this? I'm experiencing the same thing in Android 9.
Android 4.4.4 in genymotion emulator.
Hi, yes sure I will do so eventually when I have some extra time. Thanks!
Hi, I am not sure if this is the right place, but I will comment (and ask) anyway, because lately I have been struggling with an issue regarding (I think)...
Hi. The behaviour I'd like to achieve is not to modify the visibility of the navigation bar, the status bar, or the action bar. Just embed the Jitsi view as...
I managed to make a workaround. I think the problem is that react native is messing with the activity. The workaround was to not allow react native to have a...
Hi! I have the same problem here. One question: Shouldn't you first check that data is a HashMap before serializing to JSON instead of calling toString?
Hi @tmoldovan8x8 I really don't know all the possible events and data associated to them so I couldn't tell. I'm just encountering this particular case, where the PARTICIPANTS_INFO_RETRIEVED event's data...
@tmoldovan8x8 , you mean what is the value of `this.data.get(key)` in `buildIntent()` method (se above)? The value there is correct, it is a `HashMap` that contains the keys that you...
@tmoldovan8x8 if you call toString on a HashMap, it surely works in the sense that it will return a String object, but it won't be a JSON string object. That...