Questions tagged [crosswalk-project]
46 questions
13
votes
0 answers
How to disable Chrome data saver in crosswalk webview?
How do I disable Chrome's "data saver" in crosswalk webview?
During development of cordova/ionic app it is massively interfering because it prevents live-reload-injected CSS after about 20-30 seconds.

JoshuaDavid
- 8,861
- 8
- 47
- 55
11
votes
5 answers
Crosswalk Error about "Request was denied for security"
I use cordova 6.3.1 and crosswalk of cordova plugin 2.1.0 in Android App.
I use self certification in server.
When I send http post request from cordova app to server, "Request was denied for security" message appeared in screen bottom possion and…

yone
- 121
- 1
- 1
- 6
9
votes
2 answers
Cordova Crosswalk file selection no app can perform this action error
I am creating an android app using Cordova with the Crosswalk webview and the dtworkshop-inappcrossbrowser plugin. The app is effectively wrapping a website.
On the website there is a form that allows you to upload a photo. The problem is that when…

ee0jmt
- 335
- 1
- 11
8
votes
1 answer
Empty microphone data using Crosswalk in Ionic 2 application
In my Ionic 2 application, I use the WebAudio API to record audio (based on https://github.com/mattdiamond/Recorderjs). This is working on Chrome and, after putting the right permissions in AndroidManifest.xml:

dndr
- 2,319
- 5
- 18
- 28
8
votes
1 answer
Crosswalk crashes with AssertionFailedError
Crashlytics reports the following problem, that is affecting a good percentage of the users of my application:
Fatal Exception: junit.framework.AssertionFailedError: Cannot call
this method before xwalk is ready
at…

mjekov
- 682
- 2
- 17
- 32
8
votes
1 answer
Clicking any button more than once in crosswalk browser does not work
Problem:
Clicking any button (input tag in html) of any html page more than once in crosswalk browser (XWalkView) does not work in Android. (Clicking first time works, but clicking button after that any times does not give any response except for…

Osama Mohammed Shaikh
- 1,219
- 1
- 16
- 40
4
votes
1 answer
WebGL in Android WebView
I know this has been asked before but those questions are pretty old now.
I have a "game" that I developed some time ago with WebGL and I want to bring it to Android with a simple WebView.
The problem now is, that it won't really respond to the…

Bostrot
- 5,767
- 3
- 37
- 47
4
votes
2 answers
crosswalk-project error ' Building ABI 'armeabi-v7a' failed'
I'm using ubuntu 16.04 and crosswalk-project with Phonegap/Cordova to make my hybrid app. I'm compiling the exemple: https://crosswalk-project.org/documentation/android/build_an_application.html And i got this error:
I 'googled' about this error…

Guilherme Mauro
- 63
- 5
4
votes
0 answers
How to customize or change Default crosswalk decompress dialogue?
I am working on a project which uses crosswalk light, and I just want to change the test or customize the loading UI showing when the crosswalk decompresses the runtime environment.

Anish
- 391
- 2
- 3
- 16
4
votes
0 answers
Support WebRTC for android and ios both?
I am making an application which gives support to webRTC for android & ios both for this I make a lot of R&D then I found an Ionic framework to support both platforms. you can see here/ionic. no doubt it is a powerful tool for us in nowadays. and…

John smith
- 1,781
- 17
- 27
3
votes
0 answers
Getting SSL error while opening untrusted SSL link in XWalkView (CrossWalk)
I'm using crosswalk as an alternative to webview in android for an application that has builtin mini browser and require lots of web navigation.
Problem:
Now whenever I try to navigate to a SSL based a dialog pops up saying SSL Certificate Error…

Baqer Shah
- 101
- 6
3
votes
0 answers
Uncaught SyntaxError: Unexpected token function (async)
I am trying to execute the following function using async/await, but I getting the following error:
Uncaught SyntaxError: Unexpected token function
Using the following code:
async function getCsrfToken() {
let token = '';
await…

Get Off My Lawn
- 34,175
- 38
- 176
- 338
3
votes
1 answer
Embedded Crosswalk increase allocated memory on Android
I have a several web application that I want to be able to run through a webview in a native android application. I am currently embedding a crosswalk browser and loading the applications in that. It works great for some of the web applications but…

alex_milhouse
- 891
- 1
- 13
- 31
2
votes
1 answer
xWalkWebView while loading page?
I am working with xWalkWebView
and I would like to know the equivalent to this code
webView.setWebViewClient(new WebViewClient() {
@Override
public void onPageStarted(WebView view, String url, Bitmap favicon) {
…

angel
- 4,474
- 12
- 57
- 89
2
votes
2 answers
XWalkView renders blurry
I am using the Crosswalk project to replace the slow default android WebView.
Everything works fine and it is super fast BUT it renders blurry(on both ARM and x86 version) and on both emulator and real device.
By the way, even GeckoView renders…

Ramdane Oualitsen
- 402
- 5
- 13