Closed Ionic97 closed 3 years ago
Can you tell me the exact places where you have problems or what steps to follow?
Using Windows 10:
So there are two ways to shop:
Description
The payment method issues I encountered so far:
I know that this issue is probably an underlying problem of the API and can't be fixed that easily. That's why I would suggest to put an URL handling exception for shop URLs to open in an external browser for now.
First of all, thank you very much for the issue. Usually people don't give that much explanation, it helps a lot ..
I've been working this afternoon to find the best option and because the client core is electron (chrome wrapped). It is difficult to work with an external browser due to the fact that it does not share the cache or the cookies.
After several tests I have come to the conclusion that the best option is, when the client detects that a new window opens, check if it is the store. When the store opens, allow only that window (the store) to work like a normal browser but within the electron environment. So all windows can work with the same cache and cookies, and can work between them without any problem.
PS: I have only been able to test with the store, the accounts I have do not have a full uridium bank and I cannot test with that function ...
Any problem, suggestion, etc ... I will be happy to hear it and again thanks for the issue
Shop links open in the same session and are not fully compatible.