It is possible to remove the auto-fresh from my app, every time the user starts for both ios and android the app will not let you enter the email and password data, it will automatically refresh every time if the process is not done fast, You can fill the fields and therefore you can not enter the application.
What do you mean with “refresh every time” ? Under which conditions does it “refresh” ?
maybe you can provide some more information and also some example code.
Hello thanks for responding, it happens just after loading the splash screen on the first screen that receives the user to login. I’ll make you a video tomorrow to show you what I mean.
I had a similar problem once with my mobile app. My solution was to get rid of the hot reload functionality, which required patching the reload
package if I recall correctly.
Hello!
It happens to me the same see the VIDEO please to understand, it’s really strange, I need to remove that, I though it was because reload package that I had but I removed it but still the problem.
I’ll appreciate your help
Regards
Hi! What do you mean? I did that but It still happen see the VIDEO please to understand, it’s really strange, I need to remove that, I though it was because reload package that I had but I removed it but still the problem.
I’ll appreciate your help
Regards
Looks like you have the wrong event handler configured for that button, and it’s ACTUALLY submitting a form.
You need a event prevent default on that button press or you’ll get this kind of behavior.
Double check it and triple check it.
I am using the box as I call it is decire the accounts-unystled package there everything comes compressed, so no idea how to place event prevent default to try what you say I remember that for a while I worked fine now as three weeks ago The reload error started
You could have some sort of broken javascript. Getting any errors in your browsers console? If you’re using packages it’s probably fine, maybe some custom stuff you did broke it. I’m using my own sign up form.
Not exactly sure what’s going on in your app, but if you have server code deployed that is inconsistent with your latest mobile app code, you will get a refresh pretty much right after booting the app that pulls in the latest server code.
My console is very clean no error. In my other application I use login and register without the accounts-unystled package and it works correctly, but maybe it can be as it says @vigorwebsolutions the app does not have the last thing so it tries to go to the server to take the new data. I’m going to try that on Monday to see. Thanks to both for reply.
Hello good day try as you indicated locally the app is not cool, then if you can have relationship with what you tell me. There is some way to avoid some method to give a better response to the user.
I will try on the server and tell you to see how this works for me.