Skip to content

Android Silent Failure #3

@aphex

Description

@aphex

Hello again :)

Just realized today my app just doesn't run at all on Android. Sat at the "Loading dots" screen and never launched ended up there is a type error that only causes an issue on android, so its all good on iOS. The problem is with Transaction callbacks, they must be the proper type or it will fail (so they must be a function)

After much logging I was able to catch the error FYI it is this error "TypeError: Transaction error callback must be of valid type."

To fix this simply update lines 174 & 179 of SqliteStorage.js

Currently they read:

      }], null, null);

Update them to be

    }], Ext.emptyFn, Ext.emptyFn);

Everything is happy then. You figure out the pull requests yet ;)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions