-
```cs
// How about special method for main window?
var mainWindow = WindowManager.RegisterMainWindow(() => new WindowModule(new MainWindow(), new MainWindowViewModel()));
// OR
var mainWindow = Wi…
-
我是在一个全局悬浮窗里面添加的这个组件,所以没有 Activity,当开始拖动时,报错:
```java
android.view.WindowManager$BadTokenException: Unable to add window -- token null is not valid; is your activity running?
at android.view.Vie…
-
Recent changes have essentially made the WindowManager obsolete. The new direction of the Sketchbook/Sketch API conflicts with the original "one resolution will work everywhere" philosophy that the Wi…
-
### Describe your suggested feature
We want to add `WindowManager.LayoutParams.FLAG_KEEP_SCREEN_ON` to the Bubble so that the floating window is always on. How to set this via your library?
### Othe…
-
In window Manager the addressbar and the icons are overlapping I am attaching the image below..
You can see that the refresh icon and link address are overlapping...
![screenshot from 2016-04-28 08 32…
-
After upgrading to **Flutter 3.22.1**, Window manager is causing the entire UI to be glitched out (distorted) initially after launch.
This is how it looks
![image](https://github.com/leanflutter/w…
-
We use windowManager.destroy() in our application to shut down. This worked smoothly in the past and now with the upgrade to Flutter 3.24.0 it takes several seconds to complete and to finally shutdown…
-
**Issue**
If I try running the example code but remove the following lines:
```
diff --git a/example/lib/pages/home.dart b/example/lib/pages/home.dart
index 75c3c1e..e566590 100644
--- a/exampl…
-
### Version 1.3A9i(19) ###
### Stacktrace ###
### Reason ###
android.view.WindowManager$BadTokenException: Unable to add window -- token android.os.BinderProxy@16078683 is not valid; is your act…
-
windowManager.waitUntilReadyToShow(windowOptions, () async {
await windowManager.setTitleBarStyle(TitleBarStyle.hidden,
windowButtonVisibility: butenBool);
await win…