The PTC Community is on temporary read only status in preparation for moving our community to a new platform. Learn more here
Vuforia Studioの2Dキャンバスで作業をしているとき、例えば縦向きのiPadを指定していると画面下部のウィジェットを選択するためにスクロールが必要になります。
現在のところウィンドウサイズにかかわらず2Dキャンバスの表示サイズは変わらないため、2Dキャンバス全体を確認するためにはブラウザの表示を縮小するしかありません。
しかしブラウザの縮小をするとすべての文字サイズが小さくなってしまい作業がしづらいです。
1クリックで2Dキャンバスのみが全体表示できるようなボタンを追加してもらえますでしょうか。
That wouldn't be possible if the amount of objects in your view (canvas) is defined with static sizes. There are too many ways to control the sizes within the properties of a widget or JS code and CSS (even an application parameter can be binded to width and height of a video widget).
The simple way is to use "max" when creating the experience →
and check in preview mode the iPad view with both directions →
