Open coolboy0961 opened 3 years ago
I want show a modal which is displayed with a focus textfield and a soft keyboard. So I programed following code.
this.$showModal(sampleModal, { animated: true, cancelable: false, android: global.isAndroid ? { windowSoftInputMode: android.view.WindowManager.LayoutParams .SOFT_INPUT_STATE_ALWAYS_VISIBLE, } : undefined, })
It work fine by original showModal method.
When I use this plugin, soft keyboard will not appear automatically. I think this plugin didn't implement function about windowSoftInputMode.
Appendix:
I want show a modal which is displayed with a focus textfield and a soft keyboard.
So I programed following code.
It work fine by original showModal method.
When I use this plugin, soft keyboard will not appear automatically.
I think this plugin didn't implement function about windowSoftInputMode.
Appendix: