I’ve created a custom webview, but it can’t click to fill in my website’s login form.
I’m confused, is there something wrong?
can you help me solve it
I’ve created a custom webview, but it can’t click to fill in my website’s login form.
I’m confused, is there something wrong?
can you help me solve it
Hello,
Firstly, can you retry the same procedure withe the native webview component (to see if the problem is specific to your site or to the extension)
If I use regular webview, there are no problems clicking the web menu. this problem occurs when i use customwebview
Yes, most probably (if the Clickable
option is activated, there are a conflict between the custom webview and the parent component)
myapp_copy.aia (551.0 KB)
I’ve deactivated it, but still can’t click on customwebview.
can you do a check on my code?
I have tested with another login page and it works. Also, I have noticed that the website show an alert if I decline the position permission. I think this path should be investigated (for the fix)
Handle js events correctly then.
Can you give me an example?