스플래시 화면 최적화: 네이티브 스플래시 화면 제거 및 Capacitor 스플래시 화면 개선

This commit is contained in:
hansoo
2025-03-16 23:19:57 +09:00
parent a030e0cb5b
commit 5d1d773c15
17 changed files with 53 additions and 13 deletions

View File

@@ -11,7 +11,7 @@ public class MainActivity extends BridgeActivity {
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
// 스플래시 화면 처리를 위한 추가 초기화 코드
// Capacitor 스플래시 화면 플러그인 등록
registerPlugin(SplashScreenPlugin.class);
}
}