Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X
Hello
I have added multiple figure in a experience and used select and list option for selecting the sequence in experience.This is working fine with vuforia studio preview while it doesn't show any list in my ios mobile device.
help me with the solution.
Thank you
Solved! Go to Solution.
Hello,
Best regards,
Samuel
Hello,
In Vuforia View, in IOS mobile, collect log file.
More details here to collect the log file :
https://www.ptc.com/en/support/article?n=CS283816
In Vuforia Studio, in Preview when opening developer tools, in Console, what are the messages reported ?
Best regards,
Samuel
Hello Samuel,
Thanks for your reply i am not getting any error in log but when i am loading my experience in my iPhone 6 device it doesn't show any list in my screen.
Thank you
Hello,
Best regards,
Samuel
Hello,
Thanks you for the QR code.
When doing these steps:
I have the same result in iPad and in Android:
In Android :
The items in the list are the same between both plateforms.
When clicking on the Play or Next and Previous buttons, nothing appends.
Best regards,
Samuel
Hello,
Please share the log file.
I will compare it with mine to find a difference.
After that, I would recommand to reinstall Vuforia View.
Best regards,
Samuel
Hello,
Please find below screen shot of my device in which i am getting tracking loss error earlier i am not getting such kind of errors.
Thanks for the solution for initial vale of sequence list view.
Thank you
Hello,
Best regards,
Samuel
Hello ,
In Select widget i am also not able to set the default view properly i want to set default view of sequence list from the list of figure how we can do this let me know?
Thank you
Hello,
About to select a default value in a Select Widget, the solution is :
In the use case below, the Select Widget is populated by a javascript function :
// To populate static list with LOV (List Of Values) $scope.populateViewBOMList = function() { $scope.app.params.Models_View_BOM = [ { display: "Engeneering", value: "app/resources/Uploaded/arcade_box_ebom.pvz" }, { display: "Manufacturing", value: "app/resources/Uploaded/arcade_box_mbom.pvz" }, { display: "Service", value: "app/resources/Uploaded/arcade_box_sbom.pvz" } ]; // Set a value by default //$scope.setWidgetProp( 'select-BOM', "display", "Engeneering" ); //$scope.setWidgetProp( 'select-BOM', "value", "app/resources/Uploaded/arcade_box_ebom.pvz" ); }
Best regards,
Samuel
Hello Samuel,
I am running with shorter dead line for testing this experience can please test is as early as possible.
Thank you for your cooperation.