Reputation: 773
I want a Numerical keyboard to appear on the screen when the alert show is there a way to do this?
showPrompt(message) {
let prompt = this.alertCtrl.create({
title: "term and condition",
message:message,
inputs: [
{
name: 'code',
placeholder: 'Code',
checked:false,
},
],
Upvotes: 0
Views: 31