30
Views
7
Comments
ScreenShoot in mobile app
Question

Hi,

while taking screenshot i want to hide the particular button or container? I used mobilescreenshot  plugin, but its not working.

I want to hide the next button, then click the share icon it will take a screenshot 

that client variable false  but is not working

2026-02-26 06-29-24
Rahul
 
MVP

Hi,

Have use generate apk and tried it on mobile device ?

UserImage.jpg
Surya S

yes @rahul

2023-03-16 16-29-51
Paulo Rosário

Hello Surya, 

I don't think that hiding a container while taking a screenshot is possible because that function is controlled by the operating system and not by the browser. 

Please read this post on the forum for more information. 

Hope it helps !

Paulo Rosário

2021-04-17 09-53-48
José Gonçalves

Hi Surya,

I guess you are changing the visible variable and taking the screenshot immediately but I think the flow must finish to take effect on the screen. You probably need to hide first, display it in the screen and only after that call the screenshot action.

Regards

UserImage.jpg
Surya S

I tried like that also @jose

2021-04-17 09-53-48
José Gonçalves

Even if the button/container doesn't show in the screen, the screenshot is showing it?

2021-04-17 09-53-48
José Gonçalves

In that case, try using an IF clause instead of the Visible property.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.