BELLATRIX icon indicating copy to clipboard operation
BELLATRIX copied to clipboard

Problems with BrowserServices

Open StaEft opened this issue 2 years ago • 1 comments

Hello, I have a problem with the methods from the BrowserServices. For example:

  • App.Browser.Maximize(), App.Browser.Back(), App.Browser.Forward(), App.Browser.Refresh();

It seems that they do not work. There are no errors thrown on execution or in debug, just the specified action does not happen. My code is very simple. I am clicking on an item name and it opens another page/view in the same tab. After some checks I want to go back to the main page. I`ve tried with App.Browser.Back();, with or without App.Browser.WaitUntilReady(); Can you, please give me any suggestions here?

StaEft avatar Feb 14 '23 06:02 StaEft