We currently have the problem, that the slider (nouislider) is not showing up in the built mobile versions of our application. In the web version, the slider is visible. I figured out, that the slider data is already missing in the survey object, which is created with:
The object / json structure from this.surveyConfig is identical on web / mobile, but the output from surveyjs which is stored in this.survey is not. When running the app, there is no error message thrown in the logs. Could you maybe give me any hint to fix or work around this problem?
We are using Angular 10 with Ionic 5. The surveyjs versions are the following:
"survey-angular": "^1.7.8",
"survey-creator": "^1.7.8",
"surveyjs-widgets": "^1.7.8",
We currently have the problem, that the slider (nouislider) is not showing up in the built mobile versions of our application. In the web version, the slider is visible. I figured out, that the slider data is already missing in the survey object, which is created with:
this.survey = new Survey.Model(this.surveyConfig)
The object / json structure from this.surveyConfig is identical on web / mobile, but the output from surveyjs which is stored in this.survey is not. When running the app, there is no error message thrown in the logs. Could you maybe give me any hint to fix or work around this problem?
We are using Angular 10 with Ionic 5. The surveyjs versions are the following: "survey-angular": "^1.7.8", "survey-creator": "^1.7.8", "surveyjs-widgets": "^1.7.8",