πŸ•Š Floating View: float your component. [FREE] πŸ•Š

Thank you…will try that. :grinning:

1 Like

Congrats! Super extension

1 Like

Hello,
Do you have maybe the companion apk with the permissions that you added?
I dont know how to do it myself,
Thank you

1 Like

@excitemoments2020 in other words you have to build your app before being able to test it

EDIT: It might make sense now to publish that version of the companion, however soon Kodular will get another update… therefore it is probably easier for you to learn how to modify the manifest yourself… there are plenty of threads here in the community about this…

Taifun

2 Likes

Really great work :heart_eyes:

Now we can make our
app more professionally
:blush: :stuck_out_tongue: :stuck_out_tongue:

4 Likes

To do this, see e.g. here:

1 Like

See here:

1 Like

Great Extension keep it up

1 Like

I am not able to turn on screen overlay from the phone’s setting. The switch is disabled

1 Like

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"/>
2 Likes

where is the video tutorial??

1 Like

Search.

2 Likes

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

1 Like

Thanks! :wink:

5 Likes

Thanks for this extension it is good

2 Likes

can someone say me what’s the center position of a phone to set x and y axis

1 Like

X = Screen.width / 2
Y = Screen.height / 2

Is that it?

4 Likes

it is not working

1 Like

blocks? screenshot of the result?

2 Likes