Roku Developer Program

Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
vivvek
Visitor

Roku's share email popup over Custom screen (roku 2)

Hi,

We are developing an app which has custom screens and also uses getUserData() getPartialUserData() of Channel store. But when we try to call this from custom screens and a popup appears from roku's native SDK - the one which asks user and gives options to share/don share.

-> If user clicks on dont share, we are seeing the next swapbuffer called on the custom screen actually enlarges the entire contents of the screen, as if the coordinates and scales of the custom screen behind has been altered after popup has shown.

Any suggestion would be helpful!

Note: This occurs in Roku2. In Roku3 the problem is not there.

Thanks,
Vivek
0 Kudos
3 REPLIES 3
EnTerr
Roku Guru

Re: Roku's share email popup over Custom screen (roku 2)

By "custom screens" you mean scenical graph?
Try https://sdkdocs.roku.com/display/sdkdoc/ChannelStore
0 Kudos
RokuJoel
Binge Watcher

Re: Roku's share email popup over Custom screen (roku 2)

Hi, it sounds like you are using roScreen.

In that case I would try setting up and displaying an empty roimageCanvas screen before calling the GetPartialUserData (we don't allow you to use getUserData, by the way) or executing a purchase and then closing it when these are complete.

Aside from that, can you provide a small example app demonstrating the problem? This will help us determine if it is actually a firmware problem (and then file a bug) or a problem in your code.

- Joel
0 Kudos
vivvek
Visitor

Re: Roku's share email popup over Custom screen (roku 2)

Hi guys,
Thanks for your suggestions. I will test the same on a demo app and get back to you. I will also check the image canvas way of working around it.

Thanks
Vivek
0 Kudos