animaonline
animaonline
Does not work as expected, please consider using a scroll view / table.
Hi, ViewPager is a vital component,please add support for it. (Related to: https://github.com/ManuelPeinado/FadingActionBar/issues/23)
In order to change the background and font colors of a section I need to use this workaround: ``` - (void)tableView:(UITableView *)tableView willDisplayHeaderView:(UIView *)view forSection:(NSInteger)section{ // Background color view.tintColor =...
For example a BOButtonTableViewCell that is used to initiate an IAP.
Any ideas on how to achieve that?
Are you planning to add iPhone X support, e.g. handling safe areas, and so on?
The drawer gets offset when the device has a notch (e.g. Galaxy 10, Honor 20)
How many concurrent connections would a single instance of the server handle?
Adds support for light scroll indicators on iOS. `forceLightScrollIndicators={true}` See issue https://github.com/react-native-webview/react-native-webview/issues/2125 for more details I believe it must be exposed in react-native-webview, dark UIs are pretty common in the...
The current version of Shifty causes excessive CPU usage due to frequent `requestAnimationFrame` calls, impacting performance across major browsers. This issue is particularly noticeable in idle states. A PR has...