mosabab removed a comment on pull request #1167: URL: https://github.com/apache/cordova-android/pull/1167#issuecomment-867288450
> ### Platforms affected > Android > > ### Motivation and Context > unhandled intent:// links with browser_fallback_url param > > ### Description > ### Testing > Without yandex map app link open fallback url in browser. > > ``` > D/CordovaWebViewImpl: showWebPage(intent://maps.yandex.ru/?z=11&ll=45.501576999999976,50.57730000002066&l=map&source=jsapi_2_1_78&from=api-maps&utm_source=api-maps&utm_medium=sevstar.net#Intent;scheme=http;package=ru.yandex.yandexmaps;S.browser_fallback_url=https://yandex.ru/maps/?z=11&ll=45.501576999999976,50.57730000002066&l=map&source=jsapi_2_1_78&from=api-maps&utm_source=api-maps;end, true, false, HashMap) > D/CordovaWebViewImpl: showWebPage(https://yandex.ru/maps/?z=11&ll=45.501576999999976,50.57730000002066&l=map&source=jsapi_2_1_78&from=api-maps&utm_source=api-maps, true, false, HashMap) > ``` > > With yandex map app intent open yandexmap > > ``` > D/CordovaWebViewImpl: showWebPage(intent://maps.yandex.ru/?z=11&ll=45.501576999999976,50.57730000002066&l=map&source=jsapi_2_1_78&from=api-maps&utm_source=api-maps&utm_medium=sevstar.net#Intent;scheme=http;package=ru.yandex.yandexmaps;S.browser_fallback_url=https://yandex.ru/maps/?z=11&ll=45.501576999999976,50.57730000002066&l=map&source=jsapi_2_1_78&from=api-maps&utm_source=api-maps;end, true, false, HashMap) > ``` > > ### Checklist > * [ ] I've run the tests to see all new and existing tests pass > * [ ] I added automated test coverage as appropriate for this change > * [ ] Commit is prefixed with `(platform)` if this change only applies to one platform (e.g. `(android)`) > * [ ] If this Pull Request resolves an issue, I linked to the issue in the text above (and used the correct [keyword to close issues using keywords](https://help.github.com/articles/closing-issues-using-keywords/)) > * [ ] I've updated the documentation if necessary Thanks for PR. Can you add this fix to inappbrowser plugin? Thanks -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
