-
```
what about an option for 'endless scrolling' through screens and dock ?
(if there's already one I couldn't find it ;-) )
```
Original issue reported on code.google.com by `manfred....@gmail.com` …
-
Sometimes, overall with many apps, a search button comes in handy. Also (maybe), if when you've searched for an app there's exactly _one_ match, it could launch the application automatically.
-
Hi I tested the Map view case but seems not working.
I'm using RN 0.24
-
$.drawer.addEventListener('open', onNavDrawerWinOpen);
function onNavDrawerWinOpen(evt) {
this.removeEventListener('open', onNavDrawerWinOpen);
```
if(this.getActivity()) {
// need to explic…
-
I've removed date/time pickers and FAB. But removing drawer requires a bit more time.
-
Make it so you can top align a navbar component for example, then the content underneath inside the "drawer-content" scrolls.
e.g.:
```
Title bar here
Scrollable content here
```
Curre…
-
I recorded a video describing my problem.
[https://youtu.be/NWuxziidaEQ](https://youtu.be/NWuxziidaEQ)
**PS.**
It doesn't depend on the menu items I navigate through.
the number of transitions…
-
This was working fine until I tried it on an iOS 9 device. The pageControl also is not updating where it was working fine before I tried iOS 9. Any thoughts?
``` Objective-C
__weak typeof(self)we…
-
```
When lots of files are opened, it would be much more useful if tabs can be
displayed vertically in
the sidebar instead of on top of the window.
```
Original issue reported on code.google.com by…
-
I want to dragg from right when i have typeOpen: TypeOpen.FROM_RIGHT,