User Portlet User Portlet

Discussions
Hi Dominic, We do support interaction of 3D graphics in the Wolfram Cloud based on webgl. That means you can rotate, pan, and zoom your 3D object with just a web browser. The initial rendering is an image, when you interact with the graphic it...
As Kuba has discovered by trial and error, we currently only support LocatorPane in the cloud rendering. This is what Manipulate Locator control ends up using as well. We have only partial support for LocatorPane, we do not support all options,...
We improved our Manipulate support some time ago, but you may or may not have tried your example recently. You can now interact with Graphics and Graphics3D within Manipulate. You can now rotate the 3D plot in this example: ...
Try your example again. Play[Sin[440 2 Pi t], {t, 0, 1}] should work now. There was indeed a bug with the click handling. We recently improved support for this. We have not yet removed the "not supported in the cloud" icon in the documentation. ...
We support the latest versions of Chrome and Firefox. I would recommend using the latest version of Internet Explorer (11) as well. Chrome usually gives the best performance.
Using ExportForm[..., "CloudCDF"] allows you to deploy things with interactivity. For example: CloudDeploy[ExportForm[BarChart[Tooltip /@ {1, 2, 3, 4}],"CloudCDF"],Permissions->"Public"] Allows anyone to view the BarChart interactively,...
There is a bug, but not one specific to your account. In your Preferences, Evaluation tab, "Always use bitmaps" is checked. The bug is in the bitmap generation for any Graphics or Graphics3D primitive in the particular case where this option is...
Correct, 3D Graphics within a Manipulate are not currently interactive. It is something that we plan to have in the future.
Currently you can upload files to your user directory.  The file limit should show on the upload dialog.  Thanks.