-
```
What steps will reproduce the problem?
1. Set alarm
2. Wait until alarm starts and press "dismiss" button
What is the expected output? What do you see instead?
The expected action is disabling th…
-
https://trello.com/c/D4vk9haP/132-close-hud-with-ui-button
> When I am viewing a website in VR, I want to be able to access my browser controls in place, so that I can perform browsing operations wit…
-
```
What version of ElectricSleep are you using?
0.7.0 beta
On what android device and android version?
nexus one, froyo
What steps will reproduce the problem?
1. Set alarm
2. Wait
3.
What is the e…
-
Got another little issue :)
Here the demo project: (https://github.com/mylittlehero/Issue22.git)
- Select a cell in the first view
- Dismiss modal viewController
- when the scrollBar in the first vie…
ghost updated
11 years ago
-
```
- (void)fadeViewOut:(UIView*)popupView sourceView:(UIView*)sourceView overlayView:(UIView*)overlayView
{
[UIView animateWithDuration:kPopupModalAnimationDuration animations:^{
[self.mj…
-
```
What version of ElectricSleep are you using?
0.7.0 beta
On what android device and android version?
nexus one, froyo
What steps will reproduce the problem?
1. Set alarm
2. Wait
3.
What is the e…
-
Yep.
-
2 taps to dismiss dialog.
-
控件效果很好,我这里有个小建议,关于按返回键Dismiss的。
一般情况是,如果在控件已经弹出,点击返回键,A:让其dismiss,B:要么什么都不做(也不finish,控件在弹出状态下finish实在太奇怪了)。
所以每次使用弹出框的时候,监听返回键是必须的。如果每次都要实现onBackPress(),必须在Activity中有效不说,其次是Activity要拿到mSheet的引用,封装起来…
-
## Use case
- Data are presented with the `Table` widget
- Implement the slide to delete feature
- The `Table` widget requires `TableRow` for children so it is impossible to wrap `TableRow` with…