I'm building an app that must perform a registration inside a WebView. However, when I try to open the website URL inside the WebView, it tries to open a deeplink starting with market://. But I cannot let it happen and the registration must be done inside my WebView.
Is there anything I can do to prevent the deeplinks?