See here:
Great Extension keep it up
I am not able to turn on screen overlay from the phoneβs setting. The switch is disabled
As this permission is not declared in the Companion APK. So follow my video tutorial to adjust the Manifest and add these permissions:
<uses-permission android:name="android.permission.ACTION_MANAGE_OVERLAY_PERMISSION"/>
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/>
where is the video tutorial??
Search.
can you pls add a feature to set it cancelable to false
Great Extension⦠Long Pending and Long Awaited. Finally it is here⦠Thanks to @jarlissonlira2
Thanks!
Thanks for this extension it is good
can someone say me whatβs the center position of a phone to set x and y axis
X = Screen.width / 2
Y = Screen.height / 2
Is that it?
it is not working
blocks? screenshot of the result?
Yes if you want to show a dot at center of screen.
But for a component you will have to work on margins.
(Hight2 Variable is βWidthβ)
sorry, cant provide you at the moment, its not working properly, maybe after some time i will provide it.
You can too check it with the same blocks.
It may not be working properly, because you will have to subtract half the height of the card (Screen.Height / 2) - (Card height / 2), do the same for width. This is necessary, as the reference point in the floating window is in the upper left corner.
I think it is impossible in kodular but now you do it possible