We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
안녕하세요, iamport-cordova 플러그인 사용하면서 필요한 기능 요청사항이 생겨 문의드립니다. 기기 백버튼 클릭(Android), 밑으로 슬라이드(iOS)해서 결제창을 닫을 때 콜백 함수가 호출되도록 하는 기능이 필요합니다.
iamport-cordova
Close, Cancel 버튼 클릭시 콜백 함수가 호출되는 것처럼, (#9) 기기 백버튼 클릭(Android), 밑으로 슬라이드(iOS)해서 결제창을 닫을 때에도 해당 로직 적용을 요청드립니다.
감사합니다.
The text was updated successfully, but these errors were encountered:
백버튼, 슬라이드에 따로 콜백 함수가 없어서 저는 아예 기능을 막는 방법으로 임시 대응하고 있습니다.
(Android) IamportActivity.java 파일에 아래 함수 추가 @OverRide public void onBackPressed() {}
(iOS) IamportViewController.m 파일의 (void)viewDidLoad 함수에 아래 내용 추가 if (@available(iOS 13.0, *)) { self.modalInPresentation = YES; }
Sorry, something went wrong.
No branches or pull requests
안녕하세요,
iamport-cordova
플러그인 사용하면서 필요한 기능 요청사항이 생겨 문의드립니다.기기 백버튼 클릭(Android), 밑으로 슬라이드(iOS)해서 결제창을 닫을 때 콜백 함수가 호출되도록 하는 기능이 필요합니다.
Close, Cancel 버튼 클릭시 콜백 함수가 호출되는 것처럼, (#9)
기기 백버튼 클릭(Android), 밑으로 슬라이드(iOS)해서 결제창을 닫을 때에도 해당 로직 적용을 요청드립니다.
감사합니다.
The text was updated successfully, but these errors were encountered: