CustomWebView : An extended form of Web Viewer

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

Well thank you koders I know someone was about to help me on this but good news is that instead of using JS codes I then used Web component and solved this like this


Chears to all Kodular koders
Keep koding :star: :pray:

@vknow360 how can i add custome origin & referer to the headers , i have done a small research couldn’t find the blocks
thanks

I am making an app which downloads files from webview, but when i use custom web view in my app, it automatically closes, please help me, i am trying very hard from many days but didn’t found the solution…

Show your blocks how you set to initialize Custom Webview

Initializing it in wrong way causes the app to crash

See correct method :point_down:

Can you tell how to download files with custom web view

leave empty?

Download directory and file name sockets for default values

is there any problem in it

No Everything is right

1 Like

How do we download files with customwebview?

Solution is just few post above :upside_down_face:

You are using WebViewer component.

No it was older, i have put customwebview now

Did you try?

in customWebView component, how to store cache memory in my app ?
i put a wordpress site using this aix, but the app asking login every time when i open my app. i want one time login, until logout.

when i click a button that need to open a new tab can not doing any further progress??

You can do two things:

  1. Set SupportMultipleWindows property to false
  2. Handle new tab requests correctly (for this you need to read last few hundred posts)

P.S. you already have gotten the solution