Luca Hofmann

Results 3 issues of Luca Hofmann

I have an issue using the in-app purchases bindings for iOS 9 and iOS 8. I described it here: http://stackoverflow.com/questions/32783058/robovm-ios-version-compatibility

Hello. I am getting the following exception: ``` java.lang.IllegalStateException: LayoutCoordinate operations are only valid when isAttached is true at androidx.compose.ui.node.NodeCoordinator.getParentLayoutCoordinates(NodeCoordinator.kt:256) at androidx.compose.ui.layout.LayoutCoordinatesKt.findRootCoordinates(LayoutCoordinates.kt:180) at androidx.compose.ui.layout.LayoutCoordinatesKt.boundsInWindow(LayoutCoordinates.kt:134) at com.canopas.lib.showcase.component.ShowcaseContentKt.ShowcaseContent(ShowcaseContent.kt:76) at com.canopas.lib.showcase.component.ShowcaseContentKt$ShowcasePopup$1$1.invoke(ShowcaseContent.kt:55) at com.canopas.lib.showcase.component.ShowcaseContentKt$ShowcasePopup$1$1.invoke(ShowcaseContent.kt:54)...

bug

Hello. I have a virtual orthographic camera that has the following rotation: ``` rotation = { x: 55.3, y: 0, z: 45 } // degrees ``` I would like to...