You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When requesting contacts from PIM using the "find" method, on some phones, it throws a SyntaxError: JSON Parse Error: Expected '}' (thrown by WebWorks itself, it does not even call the onFindError callback).
I've seen a similar error with extensions (issue #124), which throws the same error, and maybe this is related. I think it is some special character being returned by the Native extension that is causing this, but I cannot be sure, as I don't know which specific contact is causing this to happen (the phones it happen have hundreds or thousands of contacts).
When requesting contacts from PIM using the "find" method, on some phones, it throws a
SyntaxError: JSON Parse Error: Expected '}'(thrown by WebWorks itself, it does not even call the onFindError callback).I've seen a similar error with extensions (issue #124), which throws the same error, and maybe this is related. I think it is some special character being returned by the Native extension that is causing this, but I cannot be sure, as I don't know which specific contact is causing this to happen (the phones it happen have hundreds or thousands of contacts).