We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I used Bridge.NET, in a shared project, some resource files has "Build Actions" as "Embedded Resuorces" and I could load it into a stream.
In H5 with same settings, I can not load it into a stream, there is no resources found. Is there some settings I have missed?
In Meta.js files in Bridge.net it looks like this: Bridge.assembly("SharedProjectBridge", {"SharedProjectBridge.Resources.Fonts.char_0.sfont":"BVNG...
Bridge.assembly("SharedProjectBridge", {"SharedProjectBridge.Resources.Fonts.char_0.sfont":"BVNG...
But in H5 Meta.js, there is no embedded json data at all:
H5.assemblyVersion("SharedProjectH5","1.0.0.0"); H5.assembly("SharedProjectH5", function ($asm, globals) {
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I used Bridge.NET, in a shared project, some resource files has "Build Actions" as "Embedded Resuorces" and I could load it into a stream.
In H5 with same settings, I can not load it into a stream, there is no resources found. Is there some settings I have missed?
In Meta.js files in Bridge.net it looks like this:
Bridge.assembly("SharedProjectBridge", {"SharedProjectBridge.Resources.Fonts.char_0.sfont":"BVNG...
But in H5 Meta.js, there is no embedded json data at all:
The text was updated successfully, but these errors were encountered: