I'm using the panoramic view, but I am unable to access the elements that are on the pages
following the first one. There is no documentation, but i kinda assumed i could....
var panoView = document.getElememtById("panoViewId");
panoView.getElementById("svgFirstPageId")
panoView.getElementById("svgSecondPageId")
..and so forth to get to the children of each, using the Id/class to find
the elements I want doesn't work. Everything returns null regardless
of what I search for to get the elements on the pages that follow the first page
Best Answer
Fitbit Developers oversee the SDK and API forums. We're here to answer questions about Fitbit developer tools, assist with projects, and make sure your voice is heard by the development team.
Actually, it's working fine, I had to use less objects, I had a typo lol
Best Answer