-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The PopUp does not work in the first time #65
Comments
The setTimeout function work fine with the app. We still don't know why we used the async await function. the app work wrong at the first time. However from the second time, the popup work perfectly |
I thought it caused by awaiting
As a aside, current Try to add If 'called' message is not shown when first click, it may problem of button(like event, focus, ...). If 'called' message is shown when first click, I can guess it caused by library(like during appending Daum postcode script, ... ). |
The problem is appear when I used the popup function due to Google Chrome policy, but with the Embedded, the code work perfectly. So I change my code into the modal UI and used the Embedded version |
Ok, if using 'embed' is ok and works well for you, please use it that way. Chrome popup policy issues was not occured until now. This is first case, I will take a look. If you give a some more information( chrome version environment, ... ), it maybe help to resolving this issue. thanks. |
I have just tested, the error is also happened at the first time, with embedded version. We put that into a model which is from Mui. At the first time, it's reload the whole page and also clear all the previous data, although they was stored in redux. |
Oh... these problems are facing the first time. I also tried to create new project with cra-js(because I used cra-typescript at first time.) for testing. This is my result: 2024-11-12.12.46.05.movI also can't reproduce added problems. 😢 I think I need a little more time.
In the past, Similar phenomenon is occurred in #52, but it didn't reloading page. It is related to Other case is #45, This issue used 'Model', but it also didn't reloading page. It was caused by racing of Daum Postcode script.
I attachmented my result, It works fine without reload in my env. So, I suggest to try to resolve problem with some way. I suggest following opinion:
I will try these:
If you want to use Daum postcode service immediately, Uncomfortably, you can also implement yourself with refer to Daum postcode guide and my repository. I'm sorry to your uncomfortable, Thank you to appreciate your collaborating. |
When we used click button for the open pop up screen, all the logic code does not work. But at the second time the code work perfectly.
The text was updated successfully, but these errors were encountered: