EddyVerbruggen / Custom-URL-scheme

:link: Launch your Cordova/PhoneGap app by a Custom URL scheme like mycoolapp://
1.03k stars 365 forks source link

Clean handle url after click - Android #319

Closed vukhacbiet closed 4 years ago

vukhacbiet commented 4 years ago

After Handle URL in Android (tested in Android 8 and 9), everytime I reload page by location.reload, the old url comeback (in alert test).

Please tell me a solution for this issue, thank you.

vukhacbiet commented 4 years ago

So sorry for my Issue, I think easy to fix it by add preference in config.xml <preference name="CustomURLSchemePluginClearsAndroidIntent" value="true" />