CustomWebView : An extended form of Web Viewer

I read it all. There is nothing there that could help me. You probably misunderstood me. I have no problem uploading the file. I need to simulate a button click on a form to upload a file.

2 Likes

unfortunately that doesn’t work either :frowning:

How to make custom webview remember login information of a user.

In the built in webview component of kodular, when a user logs in first then, they don’t have to login again, as it is remembered by the webview component.

How to achieve same in custom webview, as in case of custom website, a user have to login each time he opens the app

I made a mistake! It works! But unfortunately this only works after I make a click in the webview window. But I don’t need to display the web interface, and accordingly I can’t make a click. What should I do?

Thank you for the help. Sorry if I’m bothering you. I am a slow learner. :see_no_evil:… i have solved this.
it was error 1109 and solved using procedure.

I made an exam application for my school. I use this app to reduce our students cheating. our school is a technical school and don’t study programming, but some of them study negative things, like editing apps. Starting from blocking web access from ordinary browsers using a user agent, creating dynamic application login codes, screenshots are turned off, warnings appear when exiting the application, even for splitscreen mode we disable them and some of them edit the manifest that I provide, then we try to detect splitscreen using extension for application termination. We’ve also manually changed variable names with similar random words, we’re trying to thwart source code editing by confusing the editor to read the code.

but after I tried this extension, I can still use it to select text and copy text. but to paste the text box is not possible. actually I have disabled copy paste using java script on the exam questions and answers page. but the problem is that our students can paste into the textbox via the history clipboard.

dhgadhdh

I tried to use a copy of empty text, by hiding the toast notification in 15 times to fill the history from the clipboard. I hope they will give up and give up using cheats on exams.

try using clock + web + notification.

try ping into google in some times repeatly. if else 200 response, you can toast notification or hidden visible or reload webview.

I have tried this on various sites that have a file upload form. and it doesn’t work anywhere until you click on the web interface area (( Is there any solution to this problem? This problem is only with the file upload form, with all other elements ‘click’ works fine, without web interface focus

Can someone tell me? Is there a solution to this problem?

after using this , if i want to go back to the start page what are the blocks please ?

Hi @Dahr ,
They are here:

Please read the topic, since most of the questions has been answered already.

1 Like

I heard that calling the file download window is available only from the browser itself, and nothing else, launching this action using the “click” method that is prohibited by the browser’s security policy. Perhaps this is the problem. What do you think

Hi,
I am sorry, I can’t help further with that as my js knowledge is quite limited. Please wait till someone with JS experience sees your query.

Can it save last scroll position?:flushed:

why?

What is not working? Are you getting any error? Please provide more details.

Webpage not available even the page was there… filename is correct. it show HTTP_RESPONSE_CODE_FAILURE, im still trying to solve, maybe its the HTTP method for the file either its a GET or POST method on it, not the extension issue.

Seems great extension. Can anyone help me out, I was want to try this extension so I added one button on its click event I set Google to GotoUrl block but nothing shows up after clicking on the button.

Since Google URL was not working that’s why I changed to some other URL

This is not the proper way to set custom webview

3 Likes

I also tried searching for similar guided but didn’t found. This is really helpful. Thank you so much @dora_paz

1 Like

Hello koders, please how can I get only that youtube url from this blog
I am not familia with JS please someone help me

the elements are combained with these htmls

<div class="widget HTML" data-version="2" id="HTML1">
<div class="widget-title">
<h3 class="title">
REAL MEDIA
</h3>
</div>
<div class="widget-content">
<iframe width="400" height="300" src="https://www.youtube.com/embed/0PxzNii7QlA" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen=""></iframe>
</div>
</div>

And I only need to get the url video and if it changes again need to be able to get the changed one etc etc