ionic 2 썸네일형 리스트형 [IONIC2 ] ionic2 -input에서 enter key 입력시 폼 전송하기 [IONIC2 ] ionic2 -input에서 enter key 입력시 폼 전송하기 input에서 enter key 입력시 폼전송하기 (keyup.enter)= : enter key 입력 시 실행 Template: Component TS: someFunction(event: KeyboardEvent) { console.log((event.target).value); } . 더보기 [IONIC2] IONIC2에서 안드로이드 backbutton 시 액션 적용. [IONIC2] IONIC2에서 안드로이드 backbutton 시 액션 적용. 안드로이드 backButton 버튼 사용시 앱에서 처리. 앱을 종료할 것인지 아닌지 물어봄,. app.component.ts 에 적용해보면 된다. import ~~~ import { App, Platform, ActionSheetController,AlertController } from 'ionic-angular'; //-- android backbutton process platform.registerBackButtonAction(() => { let navv = app.getActiveNav(); if (navv.canGoBack()){ //Can we go back? navv.pop(); }else{ let confir.. 더보기 How to create a custom app icon/splash screen in Ionic2 How to create a custom app icon/splash screen in Ionic2 더보기 이전 1 다음