You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to noVNC
Hi all!
I'm trying to either enable dragging when on mobile or add the control bar. I haven't been able to fix the dragging on mobile or to add the control bar. Could anybody point out how I can do this? I'm sure the remote viewport is bigger than the current viewport.
This is my implementation
thanks!
constrfb=newRFB(vncScreen, vncUrl, {
scaleViewport:false,
dragViewport:true,
clipViewport:true,
viewOnly:false,
resizeSession:false
});
Pierre Ossman
unread,
May 26, 2025, 10:46:16 AMMay 26
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to no...@googlegroups.com, Salomé Agudo
Settings for the RFB object is not given to the constructor. You should
set those as properties on the object.