HI, I am reporting problems with my shapediver project.
1:In my project, there is a text input section of shapediver that asks the user to input a message of about 200 characters. On android, there is an arrow in the text input UI, so I can go back and forth even in long sentences. On iOS, user must tap the screen to go back and forth, but it doesnot work. I can go to the front and back of the displayed sentense (only about 30 letters), but I can’t go any further.
Please fix this as soon as possible because the launch day of the project is coming up very soon.
2: The normal UI using Iframe is displayed on a smartphone, the parameters appear below the 3D display section. But when I swipe down the 3D display area to go to the bottom , I can’t go down. I do not need turning and gettin closer 3D objecy in my project. I would like to be able to scrole down using 3d display area if the camera is on the top etc, not perspective. Is this bug? or shapediver’s specification?
I do not fully understand the issue. Could you please send a link where the problem can be reproduced? Our team would test on both Android and iOS and identify the issue from there.
Please try to disable rotation in the camera settings of your model and let me know if this behaviour changes.
1.myUI is like below. I can go back to first letter that is shown on display (this time “n”), but I can not go back to first letter of all sentense (this time “a”) .
Then, “nopqrstuvwxyzABCDEFGHIJKLMNO” are shown on display.
I tried to go back to first letter “a” and want to change it, but can not go back, so I can not correct texts…
The text input element of the iframe uses standard native UI elements for which we cannot influence the behaviour on iOS and Android. It seems that the standard text input element on iOS is not appropriate for long strings of characters. We will investigate this more in the future and see if there is a better way to let users enter long texts, but this is not something we will be able to fix in the short term. The alternative would be to develop a specific UI for your application and connect it with the viewer API.
Regarding the camera: you can disable rotation by setting the “Rotation speed” setting to 0.
I hope that we will use “textarea” component not only “input” in ShapeDiver in future.
I could not set up the camera as same way as the top view, because of unexpected camera angle rotation.
anyway this is not critical Issues for my project so, I will keep trying it step by step.