jzhw0130

Results 10 comments of jzhw0130

@jariwalabhavesh ![screenshot](https://user-images.githubusercontent.com/12521790/32780477-4f8dc9a2-c97c-11e7-9db2-b1d44f6fbc8b.gif)

Same problem, any update? Do we need to request the permission by ourself? Is it better to add the feature to the library?

Eventually I do the permission request by PermissionsAndroid. Before use the camera, check the permission by calling: await this.checkPermission(); ``` async checkPermission( permissions = [ PermissionsAndroid.PERMISSIONS.CAMERA, PermissionsAndroid.PERMISSIONS.READ_EXTERNAL_STORAGE ] ) {...

@Mukosame Same question here

The library does not support the feature. Need to do by yourself. Code as follows: Join a room: > var builder = require('xmlbuilder'); var xml = builder.begin() .ele('presence',{'to':`${roomJID}/${nickName}`}) .ele('x', {'xmlns':'http://jabber.org/protocol/muc'})...

By the way, for the custom IQ message, Android needs to add custom Provider to support. Otherwise, parse will fail, you will get a UnParsed IQ.

Sorry, I have stopped using the library. Just use the service from PubNub.

Same issue, how to fix???

@pakyo-pan @mgit7 @OrangeFlavoredColdCoffee @songhanlin Got a small trick to fix the problem: Set the size of Lightbox equal to the Image.