codenameone - Dialog.setBlurBackgroundRadius() on iOS 6.1.3 -
on ios 6.1.3 code causes segmentation fault:
com.codename1.ui.dialog.setblurbackgroundradius(10.0f); same applies if modify this:
if (display.getinstance().isgaussianblursupported()) dialog.setblurbackgroundradius(10.0f); only solution have found not use setblurbackgroundradius() calls on ios builds.
my initial gut feeling related old version of ios don't see code cause that. i'll need pull old device storage test , i'm not sure current xcode version support that.
there possibility , that's out of memory. blur takes lot of memory , if on edge might send on top. since old device might have memory restrictions triggering that. either way i'd know if happens on newer devices.
Comments
Post a Comment