CustomWebView Long Click

I’m trying to use long click in custom webview but it’s not working.

The url preview is working fine, but when I long click it, nothing happens.

I am using the following block and settings.

custom1

Custom2

Disable long click from designer and see what happens.

1 Like

Sunny, It still doesn’t work.

I am using customwebview to open html5 games from third party websites. The games work normally, but make the navigation bar not visible, making it difficult to exit the customwebview.

I thought about using a long click to ask if the user wants to exit the game, but it’s not working.

Sunny, I got it to work.

The command does not work on all parts of the screen, but on some parts (some images) it works. With that I can already think of something to get a final solution.

Thanks for your help.