Code Monkey home page Code Monkey logo

Comments (3)

tuarua avatar tuarua commented on May 29, 2024

Please provide full details and steps to reproduce.

from webviewane.

koreaflash avatar koreaflash commented on May 29, 2024

My guess is that it only appears when loading a webpage with video content.

Copy the HTML page for video content playback to local (File.applicationStorageDirectory) and use it.

The src value is as follows.
C:/Users/myuser/AppData/Roaming/appid/Local%20Store/player/
index.html?device=desktop&video=https://mycontents.com/fileRoot/multimedia/202008/PW.ExLect.
1B.U4.L4.mp4&bmove=y&bspeed=y&bctrlpos=y

After calling loadFileURL(src, null), the below message is displayed in the console window.
[WebViewANE] [FreSharp] ‼ FreTypeMismatch cannot get FREObject as String

■ If you use the load() method, the above message does not appear.
■ The reason to use the loadFileURL() method is: #286 (comment)
■ It seems that there is no problem with the operation. But I wonder what that message means.

from webviewane.

tuarua avatar tuarua commented on May 29, 2024

You are passing null as param 2. It expects a String. which is why it says "Type Mismatch"

use File.applicationStorageDirectory.nativePath for param 2

from webviewane.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.