Bug Issue: iOS press near screen edge is delayed


Pages: 1

Justin

  • Master Stencyler
  • *
June 09, 2020, 09:47:14 pm
There's a user-contributed extension that fixes this issue here.

http://community.stencyl.com/index.php/topic,59197.0.html

The extension calls the same code that SDL does to prevent said behavior. I'd like to figure out why the existing solution in SDL's source code isn't working for us.


Issue updated by Justin - June 09, 2020, 09:47:50 pm
  • Tags added: ios, 4.0.3


Justin

  • Master Stencyler
  • *
July 22, 2020, 01:45:35 am
I never could figure out why the SDL code wasn't working right. I could only see that SDL's getPreferredScreenEdgesDeferringSystemGestures was never called. For now, like the linked extension, I've simply made us implement that for the root view controller ourselves, and always return all edges.

This is fixed in private build 10591, and will be available in public release 4.0.3.
  • Status changed from New to Resolved
  • Issue Assigned from (none) to Justin


Pages: 1

Details

  • Reported
    June 09, 2020, 09:47:14 pm
  • Updated
    July 22, 2020, 01:45:35 am

  • View Status
    Public
  • Type
    Bug
  • Status
    Resolved
  • Priority
    Normal
  • Version
    (none)
  • Fixed in
    (none)
  • Assigned to
    Justin
  • Category
    Engine

Tags