The Mixed Reality Forums here are no longer being used or maintained.
There are a few other places we would like to direct you to for support, both from Microsoft and from the community.
The first way we want to connect with you is our mixed reality developer program, which you can sign up for at https://aka.ms/IWantMR.
For technical questions, please use Stack Overflow, and tag your questions using either hololens or windows-mixed-reality.
If you want to join in discussions, please do so in the HoloDevelopers Slack, which you can join by going to https://aka.ms/holodevelopers, or in our Microsoft Tech Communities forums at https://techcommunity.microsoft.com/t5/mixed-reality/ct-p/MicrosoftMixedReality.
And always feel free to hit us up on Twitter @MxdRealityDev.
Scroll Down & More - PDF Renderer Paroxe
Hello,
Recently I bought the PDF Renderer from Unity, in order to open pdf files in runtime with my app. However, while I achieved to retrieve the pdf file from a website and open it, I can't interact with it with the HoloLens.
More specifically, I open the pdf file but I can't scroll down or do anything with it. Also the cursor disappears every time I gaze on the pdf.
Do you know what may be the problem? or how to scroll down and do the other interactions with the pdf?
Thanks in advance!
Best Answer
-
mark_grossnickle ✭✭✭
I believe we created custom controls. Their SDK wouldn't be listening for manipulation or navigation gestures so you will need to implement them. Or if you aren't trying to implement pinch and drag to scroll then you could just create next/back buttons to change the page.
Taqtile
5
Answers
I believe we created custom controls. Their SDK wouldn't be listening for manipulation or navigation gestures so you will need to implement them. Or if you aren't trying to implement pinch and drag to scroll then you could just create next/back buttons to change the page.
Taqtile