Issue Description:
I’ve tested the new API called overwolf.utils.openStore
and it doesn’t work as expected.
by calling (from my app):
overwolf.utils.openStore({
page:overwolf.utils.enums.eStorePage.ReviewsPage
});
I expect to land @ my app’s review page.
instead, I get this screen:
you can see that there’s an error, black on dark background.
Steps to reproduce:
- OW store window is closed.
- open an app
- input the following command in the app’s devtools:
overwolf.utils.openStore({
page:overwolf.utils.enums.eStorePage.ReviewsPage
});
- Bug Reproduced
Overwolf Client Version: 0.153.0.13
Do you currently have a workaround? partially. we’re using the old API to get to my app’s page but it doesn’t support navigation to reviews page