Start a new topic

View Style (Not Full Screen) - iOS 13 / SDK 8.5

I have the same problem like the Topic 5000093553. But we are using SDK 8.5 and iOS 13. Where must I change the PresentationStyle in my Cordova-App. In the Screenshot you see the problem.


Many thanks

1 Comment

Hi Uwe,


The details that Damian posted in the mentioned thread didn't help:


All that is needed to fix this is to specify this style for the  UIViewController in the native side. Feel free to modify the "open"  method in the WTWikitudePlugin.m file in the 8.7 version you are using,  adding the following line as we do in our 8.9 release:


    self.arViewController.modalPresentationStyle = UIModalPresentationFullScreen;

Do you have the same issue with the latest SDK as well? As we added iOS13 support and several improvements with version 8.9 we'd recommend to upgrade to 8.9 / 8.10 and check the implementation and usage with these versions.


Thx and greetings

Nicola

Login or Signup to post a comment