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
{{ message }}
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.
When creating a new PlainPost or Message, the receiveNewPrivlyURL() [0] method receives 'undefined' instead of a Privly Url on the client side.
Not sure if this is relevant but the applications on being loaded in the WebView also throw this exception : setListener is called but is not implemented (current adapter: %s) -- From line 215 of file:///android_asset/PrivlyApplications/shared/javascripts/context_messenger.js
The context messenger doesn't actually send 'undefined'. It sends the whole data object to the JS bridge. The interface however, only understands primitive types and strings which results in an 'undefined'.
As to what it does with the client does with the original Url and how it uses it, check this[0] out.
When creating a new PlainPost or Message, the
receiveNewPrivlyURL()
[0] method receives 'undefined' instead of a Privly Url on the client side.Not sure if this is relevant but the applications on being loaded in the WebView also throw this exception :
setListener is called but is not implemented (current adapter: %s) -- From line 215 of file:///android_asset/PrivlyApplications/shared/javascripts/context_messenger.js
[0] https://github.com/privly/privly-applications/blob/master/shared/javascripts/context_messenger.js#L686
The text was updated successfully, but these errors were encountered: