Setting the acceleratedRendering to true on startup on Android 7 and Android 8

panagiotis merakos merakosp at gmail.com
Wed Sep 20 06:21:02 EDT 2017


Hi folks,

Today I came across this issue, affecting Android 7 and Android 8:

on openStack
   set the acceleratedRendering of this stack to true
end openStack


This results in black screen when the app starts.


Workaround:

on openStack
  send "fixit" to me in 0 millisec
end openStack

on fixit
  set the acceleratedRendering of this stack to true
end fixit

I'll file a report soon.

Hope this helps,
Panos
—



More information about the use-livecode mailing list