CustomWebView : An extended form of Web Viewer

yes that’s a good idea

Hi @drpeterramsis2007 and @Xoma
Unfortunately it is not possible to change font type of any website in webview.
But you can change font type of html page.

Sure we need to change font type of html pages loaded using the webview extension not the websites

2 Likes

Yes you can do that.
Try these:

1 Like

can you guide me, where to put these HTML code??

Hi @Mateja
If you don’t mind…

You can make a separate css file and link it with
<link rel="stylesheet" href="YourFileName.css">
Or do it with style tags in the html file itself

<style>
   YOUR CSS
</style>
3 Likes

I am not that expert to doo :sweat_smile: :unamused:

1 Like

Could you give me a simple html file have the codes already in it with the custom font type and linked to a css file so that …
You guide me just to upload all of the files to the assets and it would work …
Files: font - Html page - css file

?

I already linked all the resources.

it failed for me … if you share a test aia file, would be very helpful for me
and I will study it will…

I am busy at the moment, but I will try to get it out for you in a few days.

really many thanks for your effort , take your time

Would you like to see dynamic webview feature in the extension?

  • Yes
  • No
  • Can’t say

0 voters

2 Likes

Those who don’t want, @vknow360, don’t look at them, please

Not a joke, they don’t want new features.

This is already 40% chrome, this new update will make it 50%. Superb

1 Like

Download component not able to download from restricted area …while i login to a site in webviewer only webviewer has permission to download from site… download component,custom download extension not able to download

I don’t think so, If you have given the access to that permission it applies to whole app and not only any particular component. Am I Right @vknow360

1 Like

Yes you are right.
Permissions affect/are for whole application not only a component.

i mean permission means authorization of username&password, web view authorized with username & password but not download component… i confirmed it by simply try to get the file link of file after login , after that i logged out and click the link its asks for username and password … hope u understand

Note : its a SAP login

Not everything is public on Internet.
You need username and password to view anything in deep web.