Start a new topic
Solved

Aspect ratio problem (non-fullscreen mode)

Hi.

I have a problem with camera aspect ratio when I use non-fullscreen mode. Is there something I can do to fix it. Thanks for any help.


Wikitude SDK Android 6.0

fullscreen.png
(1010 KB)

Hello Vadim,

Could you please provide some further details regarding your issue?
- Which version of the SDK are you using?
- Are you using the JS API?
- Are you using any of our Extensions (Titanium, Cordova, Xamarin, Unity)? If yes, which version are you using?
- Send exact steps to reproduce the issue.

 

Thanks

Eva

Version: 6.0
JS API: Yes
Are you using any of our Extension: No.
To reproduce the issue you can use Wikitude-SDK-Samples:

1. Open layout: sample_cam_fragment_main.xml
2. Change FrameLayout height to 250dp
 <!-- the dashboard -->  
<FrameLayout
android:id="@+id/mainFragement"
android:layout_width="fill_parent"
android:layout_height="250dp">
</FrameLayout>
3. In the app main screen press button: Launch world via url /  Launch

Thanks.

Hello Vadim,

Regarding iOS you can change the size of the frame layout as long as it has still the same orientation as the device. However, on Android this is currently not possible but we are working on that and we will provide a fix.

Thanks
Eva

 

Thanks.

 

Login or Signup to post a comment