안드로이드 웹뷰 구현시

.

https://docs.tosspayments.com/guides/webview
.

AndroidManifest.xmlqueries ?

<queries>
        <!-- 토스 -->
        <package android:name="viva.republica.toss" />
        <intent>
            <action android:name="android.intent.action.VIEW" />
            <data android:scheme="supertoss" />
        </intent>
    </queries>
(3rd-party ). (App URL Scheme).
웹뷰(WebView)에서 외부 앱 열기 | 토스페이먼츠 개발자센터
Was this page helpful?