Load html in webviewer

To make it clear:

I want to know what to put in here:

Sorry for this cheekiness (I want to know it know it! Am totally stuck :pleading_face:)

Why donā€™t you put everything in the HTML file?
For css it would be:

<style>
(CSS here)
</style>

And for javascript

<script>
(JS here)
</script>

This isnā€™t the best solution, but itā€™s totally fine for small projects.

Let me seeā€¦ the html has 160 000 digits and 70 lines and I have two of them and I

That is an extra small project :wink:
Why donā€™t you do what i told you to?

Did you see this:

Where should I write that

code? :thinking: :pensive:

In the html file

Yes I know, but where? In the HTML file, which is an animation file created with Google WebDesigner, the default sources are defined by default as these adresses, where this javascript code is located. I want to upload this JS code to Kodular and then retrieve it without Internet connection. And Idk where to write your

code. Where is this in? Can you explain with my image? :grimacing: :hushed: :confused:

And I forgot to say, my JS files use functions and are 415 lines long, with over 200 000 places. Idk if that helps you somewhat.

I always put it right before the end of the body and html tags.

But in my html, I

And the Pic shows it. the sources are at the beginning of the file. Just checked itā€™s within the head.

I donā€™t get why you canā€™t do this:

Bc I think then two sources would be givenā€¦

Which editor are you using?

Okā€¦ Thnx for replyā€¦

Without compiled

  1. file:///mnt/sdcard/file.html
    Before compiled
  2. file:///android_asset/file.html

If you want to run javascript in yo webview, never use (WebViewString), just use (Evaluate js)

Exemple 1) javascript pure:
Evalaute Js = [
alert(ā€˜testā€™):
]

Exemple 2) javascript with Jquery:
Evalaute Js = [$(document).ready(function(){
alert(ā€˜testā€™):
});
]

I removed your personal info, this is not allowed on the community.

1 Like

Same in this kodularā€¦Also ā€¦ extension name taifun tools extension