Hi! I’m currently working on little ionic demo and have a problem with returning from plugin view on ios platform. When I use barcode plugin or camera plugin, everything works fine when I end up with device in portrait orientation, but when I make photo/scan barcode in landscape orientation, there is white screen upon returning to ionic app. Rotating device to portrait reloads view and everything is fine.
I have <preference name="Orientation value="all"/>
tag in my config.xml as well as all orientations set in Xcode project.
It’s weird because when I rotate device everything works well, the only problem is when I return from plugin view in landscape orientation.
Any idea what can I do to fix this? Everything works perfect on android.