I'm trying to achieve Hero transition between two WebViews (same webviews/URL), using this as reference (https://www.youtube.com/watch?v=RA-vLF_vnng) but that video just says that I have to use GlobalKey
to make this works. but, I have no found an example how to make this with webviews, because I need the SAME state into 2 diferent widgets, the examples that I found, use the global key just to invoke some method or retrieve some data from the other widget.
Have somebody used Hero Transitions with WebView's?
All my attemps ends either 'Duplicate global key' or 'the second webviews reloads page'.
Thanks...