fukemy
fukemy
Hello, i want to implement UITextViewDelegate to control user click textview action, or determine when textview lost focus,.. etc. I tried to: ` inputTextView.delegate = self ` but the textview...
please help   here is code: ``` imgCamera.setOnClickListener { val builder = BottomSheet.Builder(this@ChatScreen) builder.setWindowDimming(DEFAULT_DIM_WINDOW) builder.setDividers(true) val items = arrayOf( "Take photo", "Choose photo", "Choose video", "Dismiss" ) builder.show() }...
many error. so i decided to using other lib
hi, i got this problem when orientation change, can u help?  
Hi, please see the attach image for decription:  Here is my data: ``` const EVENTS = [ { start: `${getDate(-1)} 09:20:00`, end: `${getDate(-1)}...
## Description I just convert your timeline class to js, and get this error: ``` TypeError: events.map is not a function. (In 'events.map(function (ev, index) { return (0, _extends2.default)({}, ev,...
Can you help? ``` let markerView = UIImageView(image: GMSMarker.markerImage(with: UIColor.red)) marker.iconView = markerView ``` ``` let pulsator = Pulsator() pulsator.numPulse = 3 pulsator.radius = 240.0 pulsator.repeatCount = .infinity marker.iconView?.layer.insertSublayer(pulsator, above:...
crash v9.1.1
``` Process: com.civix.link, PID: 12269 io.reactivex.rxjava3.exceptions.UndeliverableException: The exception could not be delivered to the consumer because it has already canceled/disposed the flow or the exception has nowhere to go to...
Im using version 9.1.1 with Kotlin, my device is Samsung A02S. When start location picker screen, it's lag and can not touch into view, after ~5 sec, it's show my...