surveyjs / survey-library

Free JavaScript form builder library with integration for React, Angular, Vue, jQuery, and Knockout.
https://surveyjs.io/form-library
MIT License
4.09k stars 795 forks source link

Survey getting reset when getting message or call #3460

Open naveenvignesh5 opened 2 years ago

naveenvignesh5 commented 2 years ago

Are you requesting a feature, reporting a bug or asking a question?

Reporting a bug

What is the current behavior?

When surveyjs application is run on mobile browser and an incoming call comes the survey answers are reset and it restarts the survey.

What is the expected behavior?

When surveyjs application is run on mobile browser and an incoming call comes the survey should be undisturbed.

How would you reproduce the current behavior (if this is a bug)?

  1. Run surveyjs application in mobile.
  2. Call the mobile in the middle of taking a survey.

Specify your

dmitry-kurmanov commented 2 years ago

I don't think that we could have access to phone calls via the js library. May be I am wrong. Could you please share with us some links to read about it ? Thanks.

naveenvignesh5 commented 2 years ago

@dmitrykurmanov When running the surveyjs in mobile browser. In the middle of the survey if I receive a phone call, the surveyjs running in the mobile browser gets reset. Don't know why it happens as the browser application should be independent ?

dmitry-kurmanov commented 2 years ago

@naveenvignesh5 does the problem reproduce with our examples?