react-native-webview-crosswalk icon indicating copy to clipboard operation
react-native-webview-crosswalk copied to clipboard

upgrade crosswalk to last version.

Open punksta opened this issue 8 years ago • 4 comments

last version is: Stable (23.53.589.4)

punksta avatar Jun 02 '17 10:06 punksta

@punksta additionally, even recent versions will crash when typing on html5 input elements. The crosswalk team is aware of the issue but has not (and probably won't, due to recent events) resolve this. I compiled the latest stable version of crosswalk with a patch that resolves this issue. If there's any interest, I can provide the aar file.

coffeeexistence avatar Jun 12 '17 17:06 coffeeexistence

@coffeeexistence We faced with that problem too. Our solution is disable spell-check in inputs. Last version also crashes on: long click and double click on input. Both opens context menu(copy, select, past etc). I think better to make pl to crosswalk from public fork than publishing fixed aar.

punksta avatar Jun 13 '17 06:06 punksta

@punksta If you are interested in spinning up an ec2 instance and compiling, here's the (still open) PR that fixed it for me.

coffeeexistence avatar Jun 14 '17 02:06 coffeeexistence

@coffeeexistence , are there any instructions available as to how to compile it? (forgive the noob)

dgoenka avatar Jul 08 '19 12:07 dgoenka