CustomWebView : An extended form of Web Viewer

Post aia.

Do you think CustomWebView is somehow magically related to WebViewer component?

No, it is not.

Can you send me the project .aia corrected please?

CustomWebView has no relation with WebViewer. So do not expect the webviewer component to allow file picking if you have just added CustomWebView extension to your project.

Well, either summarize this topic and read imp posts or look at available tutorials related to CustomWebView.

What is the reason that you asked me the project if you haven't tell me nothing of useful? You have to send me the solution I don't understand because I don't know customwebview that is something created by other people , I m informatics but I m not a magician that can know the code invented by others, You have spend less time to give me the solution at the first question that I asked..At the moment not good quality of the answers..

This works just fine for me:

Ok I try it, thank you, with those blocks open file with the file picker button but not with the button choose a file in my html forms..

Hi there,
This is my post and just wanted your guidance as i tried both both deafult webviewer and your extension and here is the scenario that i am using Bootstrap, Jquery in my html and when this is served from the server say Python Flask everything works fine like showing Modal and recongising Click Events. When i serve the html through assets the webviewer is showing correctly but the click events and modal is not working.

You are running all your urls locally, which makes it difficult (if not impossible) for any one to advise on what might be happening. Can you make your files available from an online server, so that others can test ?

Sorry wasting your time, the app is working now because in ajax the url mentioned is "/xyz" which can communicate when connected to server now i changed to "http://192.168.1.6:5000/xyz".
Thank you for your reply.

I am so incredibly impressed about the work you must have done to create such big extension. Kudos to you and the effort you've put to it

Is there any special way to make the input type file open the file manager?

now there is its in the download manager

Solution was provided just few posts above. Try reading some recent posts before asking a question.

Sorry master. I searched the entire post but the answer was in an image.
Thanks for the help

your post is so hard to read, but basically what Vknow360 was saying, is that the extension that he made called Custom Web Viewer uses it's own set of blocks. It does not change the original web Viewer ones. So you will need to use the blocks that are in Custom Web Viewer and not the blocks in Web Viewer

How can I read notifications from the site via "customwebview"? Also, Facebook and WhatsApp sites do not open in desktop mode. Even if I open them in desktop mode, they still open in mobile mode.

Hello I was wondering how I can create a new tab in the same container without deleting the past one, here is my code (Ive got stuff for a spinner that shows a tab selector)

try turning off deep links, I think that desktop mode cant handle deep links

create a function called "Load_URL" or something, then in this function make an If statement that says if not (URL It wants to load)=(URL you want to blacklist), then load it

something along the lines of this

You would replace the emptiness in the else with a notifier that says "Blacklisted URL" or something idk

Where it says "Google.com" you would replace it with your blacklisted URLS in a list
@resuff this is a good way for it to work