away3d / away3d-core-openfl

Away3D engine for OpenFL
166 stars 41 forks source link

Cannot return to app after using back button on Android. #24

Closed Type1J closed 9 years ago

Type1J commented 9 years ago

With other OpenFL apps, the app can be switched back into view by holding the home button and selecting it. When switching back to any Away3D app, the screen goes black for a second (expected), but then it returns to the home screen.

This issue may be due to GL context loss, which is not an issue on desktop and iOS platforms.

Type1J commented 9 years ago

I believe this issue is an OpenFL issue, and not an Away3D issue.