Yan Cheng Cheok

Results 47 issues of Yan Cheng Cheok

We notice that `FSCalendar` doesn't redraw itself, after rotation, even we have update its height constraint and perform `calendar.layoutIfNeeded()` Our intention is to have a full height calendar, whether it...

When we perform - Gesture scroll from week view, to month view (without releasing gesture), and then back to week view. If we continue to scroll upward, and release the...

Prevent from scrolling "overflow". This happens when we perform (1) Scroll down to switch from week view to month view. (2) Without releasing gesture, reverse scroll direction to up, to...

Thank you for providing `ImageScrollView`. This really work well if - The image is local - Width and height of image is known We can use this function to display...

I have the following menu ``` [[menu.main]] name = "Getting started" url = "/" weight = 10 [[menu.main]] name = "Adding content" url = "adding-content/" weight = 20 [[menu.main]] name...

According to https://themes.gohugo.io/theme/material-docs/getting-started/ > The weight attribute allows you to modify the order of the menu entries. A menu entry appears further down the more weight you add. In `config.toml`,...

Currently, all the generated web page has the following wording Documentation built with Hugo using the Material theme. I was wondering, is it OK, and is it possible to remove...

Thank you for producing such wonderful library. When I look at `ThrottledTouchEventHandler`, I understand its purpose is to avoid from handling too frequent (Anything not more than 16ms is considered...

Thank you for creating this library. As I would like to integrate material-code-input with https://github.com/omadahealth/LolliPin I try to programmatically input into material-code-input, using `codeInput.setCode`. Says, I want to input "1",...

在 Android API 15,当点击左上角选项,我们得到以下异常 Fatal Exception: java.lang.UnsupportedOperationException at android.view.GLES20Canvas.clipPath(GLES20Canvas.java:408) at com.zhihu.matisse.internal.ui.widget.RoundedRectangleImageView.onDraw(RoundedRectangleImageView.java:62) at android.view.View.draw(View.java:10983) at android.view.View.getDisplayList(View.java:10422) at android.view.ViewGroup.drawChild(ViewGroup.java:2850) at android.view.ViewGroup.dispatchDraw(ViewGroup.java:2489) at android.view.View.getDisplayList(View.java:10420) at android.view.ViewGroup.drawChild(ViewGroup.java:2850) at android.widget.ListView.drawChild(ListView.java:3223) at android.view.ViewGroup.dispatchDraw(ViewGroup.java:2489) at android.widget.AbsListView.dispatchDraw(AbsListView.java:2092) at...