flutter Webview 결제 오류 문의

https://techchat.tosspayments.com/m/1336953556153925683

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


https://github.com/youjun-lee/flutter_webview_sample_app
.

onNavigationRequest: (NavigationRequest request) {
print('test:dd');
if (request.url.startsWith('https') || request.url.startsWith("http")) { // 웹 URL
return NavigationDecision.navigate;
}
tossPaymentsWebview(request.url); // 는 tossPaymentsWebvew
return NavigationDecision.prevent;
},

tossPaymentsWebview(url) {
final appScheme = ConvertUrl(url); // Intent URL킴 URL
print('applink : ${appScheme.url}');
if (appScheme.isAppLink()) {
// 킴 URL
appScheme.launchApp(mode: LaunchMode.externalApplication); //
return NavigationDecision.prevent;
}
}

서 kb만 Err_unknown_urlscheme .....




https://cdn.answeroverflow.com/1072747046492184636/Flutter
-Tosspayments__.pdf
로 kb만 onNavigationRequest
.
[ ]

Flutter 서 Android / IOS 용 App 어 Webview.

데 KB Pay 고 KB Pay .

에 Webview : ( https://github.com/youjun-lee/flutter_webview_sample_app ) , KB pay 만 intent .

...
flutter Webview 결제 오류 문의 - Toss payments 개발자 커뮤니티
(App to App) . 과 OS.
웹뷰(WebView) 연동하기 | 토스페이먼츠 개발자센터
GitHub
flutter webview sample. Contribute to youjun-lee/flutter_webview_sample_app development by creating an account on GitHub.
GitHub - youjun-lee/flutter_webview_sample_app: flutter webview sample
Was this page helpful?