fukemy

Results 258 issues of 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...

question

hi, did u support transition animation like shared elements?

enhancement

please help ![IMG_0695](https://user-images.githubusercontent.com/8202437/92099333-94af0780-ee04-11ea-938a-c227d7f849d2.JPG) ![IMG_3404](https://user-images.githubusercontent.com/8202437/92099361-9973bb80-ee04-11ea-8a2f-359632b987c0.JPG) 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() }...

hi, i got this problem when orientation change, can u help? ![IMG_0230](https://user-images.githubusercontent.com/8202437/109420583-e926ee80-7a05-11eb-8902-02ac93f06635.PNG) ![IMG_0229](https://user-images.githubusercontent.com/8202437/109420588-eaf0b200-7a05-11eb-9d2d-12ca8931cd88.PNG)

Hi, please see the attach image for decription: ![Screen Shot 2022-07-15 at 17 41 31](https://user-images.githubusercontent.com/8202437/179208003-e0f07768-294b-4ba6-bed3-88fee819d249.png) 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:...

``` 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...

bug
done

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...