to work with Pointer accessibility feature added in Android SDK version 24
You can use this extension to add support for pointer ( Mouse and Androidx86/Emulation ). I personally needed this extension to enable visual feedback on hovering views/components while working on Androidx86.
@Jaxparrow Can you please make one more extension with that we can just make tooltips as you shown in demo I have buttons and too many other things I don’t need pointer tools I just need that long click tooltip.
This doesn’t enable the mouse in any ways. It just makes it more responsive by visual feedbacks. Like, showing the spinner ( waiting cursor) when there’s task. Showing draggable cursor for views that can be dragged ( to show that the view could be moved ). If the cursor ( pointer ) works, the extension works.
If you are talking about changing cursors in webview, you should try checking this css property.
I suppose you can use the extension and just use the tooltip block. I don’t think 7kb is that much. If you want a specific one, I’d build one and update the post asap ^-^
Thank you so much it means a lot to me.
I need this because there isn’t any tooltip extension and this is useful to show long clicks tooltips on custom title bar in built in title bar it shows by default but in custom title bar this is helpful