Skip to content
New issue

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

백버튼 버그 #53

Closed
pjc0247 opened this issue Nov 10, 2021 · 2 comments
Closed

백버튼 버그 #53

pjc0247 opened this issue Nov 10, 2021 · 2 comments

Comments

@pjc0247
Copy link

pjc0247 commented Nov 10, 2021

https://capacitorjs.com/docs/updating/3-0#switch-to-automatic-android-plugin-loading
https://stackoverflow.com/a/69044230/3352855

안드로이드 가이드대로 설정하면 백버튼을 누르면 앱이 무조건 종료되는 버그가 생깁니다.

ionic 최신 버전의 가이드대로 iamport 가이드도 수정되어야 할 것 같습니다.

@kjh5833
Copy link
Contributor

kjh5833 commented Nov 11, 2021

안녕하세요. 아임포트 기술지원팀입니다.

package io.ionic.starter;
import com.getcapacitor.BridgeActivity;
public class MainActivity extends BridgeActivity {
}

맞습니다. 예제 앱에서는 위와 같이 이미 ionic 가이드대로 처리하고 있습니다만,

본 repo 의 안드로이드 가이드에는 레거시가 남아있습니다.

해당 부분 검토 후 수정해놓도록 하겠습니다.

리포팅에 감사드립니다.

@kjh5833
Copy link
Contributor

kjh5833 commented Nov 15, 2021

가이드 내용 추가하였으므로 이슈 닫도록 하겠습니다.

@kjh5833 kjh5833 closed this as completed Nov 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants