litecoin-foundation / litewallet-android

Litewallet Android
MIT License
34 stars 12 forks source link

Feature - bitrefill - handle 'window.postMessage' #71

Closed vsima closed 1 year ago

vsima commented 1 year ago

Blocker - bitrefill website sends json data (needed to initiate a purchase transaction) to the android webview component using html5 feature window.postMessage(...). Android's webview does not have have good support for handling postMessage from the window object.

This branch contains some test implementations.

kcw-grunt commented 1 year ago

Will not fix