Issue with kindle fire sending incorrect url in handleOpenUrl function.
#258 opened on Nov 1, 2017
Description
Hi Eddy!
First off, thanks for creating this plugin. It has been immensely useful in the app we are working on. Recently we believe we have found an issue with the handleOpenURL sending the incorrect url in certain situations on the kindle fire.
Steps to reproduce:
1 - open up app using an intent (passing along some extra information) e.g: ‘myApp://game1'
2 - send app to background by opening up another app (something heavy, that causes the app to be closed in the background)
3 - return to the app with a new intent e.g. ‘myApp://game2'. At this point the window.handleOpenURL function will be called with the last intent that what used rather then the new one. So in this case ‘myApp://game1’ is received rather than myApp://game2'.
We have tried to solve this on the JS side but is seems that the issue is likely lurking inside the native android part.
This issue is not present for any other android device. It is only effecting the kindle fire.
Any help in solving this issue would be greatly appreciated :) I am more than happy to answer any questions you may have and help where I can. Unfortunately my native code-fu is not that great :P
Cheers!
Mat