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
Hello, thank you for this sample!
The app works as well. But I want load not a online website, I want to load a local HTML site. It looks like it's not possible?
My code: {code} mGeckoView.addBrowser("file:///android_assets/www/index.html"); {/code}
If I run the app, the GeckoView can not find the file, but it's on the right place.
Any ideas?
The text was updated successfully, but these errors were encountered:
That is being tracked in this bug: https://bugzilla.mozilla.org/show_bug.cgi?id=948465
There might be a workaround in Comment 1.
Sorry, something went wrong.
Thanks for the help. But it's not possible to solve it with the workaround.
No branches or pull requests
Hello, thank you for this sample!
The app works as well. But I want load not a online website, I want to load a local HTML site. It looks like it's not possible?
My code:
{code}
mGeckoView.addBrowser("file:///android_assets/www/index.html");
{/code}
If I run the app, the GeckoView can not find the file, but it's on the right place.
Any ideas?
The text was updated successfully, but these errors were encountered: