Closed clintonlunn closed 3 years ago
Testing revealed an issue where an drill down identify threw errors on mobile because the measurement.viewModel wasn't defined (which it shouldn't have been anyways). This has been accounted for.
Continuing my testing, but it looks pretty good so far.
previously checking for screen size broke the identify. this was a scope problem. the measurement variable needed to be defined in the global scope so it would be available for the check that is done for the measurement state on a map click.
More testing still needed, just figured this out at the end of my work session.