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

iOS Sms textfield resigned instantly. #204

Open
VishnuV02 opened this issue Oct 29, 2019 · 2 comments
Open

iOS Sms textfield resigned instantly. #204

VishnuV02 opened this issue Oct 29, 2019 · 2 comments
Assignees

Comments

@VishnuV02
Copy link

While trying to send SMS using SMS plugin method,
this.sms.send(this.smsTo, this.SMSMessage).then((data) => {});
SMS Textfield resigned instantly. What may be the reason?

@dbaq dbaq self-assigned this Oct 29, 2019
@dbaq
Copy link
Member

dbaq commented Oct 29, 2019

Hi there,

Thanks for reaching out.

Can you please clarify what you mean by resigned instantly?

Can you share more code? Do you have an exception in Xcode?

@VishnuV02
Copy link
Author

VishnuV02 commented Jan 2, 2020

Step 1: I am calling this.sms.send(this.smsTo, this.SMSMessage).then((data) => { alert("SMS SUCCESS3"); }, (err) => { alert("SMS FAILED3"); }); from ionic

Step 2: MessageViewController opened successfully and the recipient and message passed got displayed .

Step 3: Instantly message dialog(keypad) got disappeared.
Step 4: If i clicks on recipient field(To field), message dialog getting appeared.

Please let me know the reason, why keypad is disappearing while loading SMS plugin?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants