Questions tagged [crosswalk]

The Crosswalk Project is an HTML application runtime, built on open source foundations, which extends the web platform with new capabilities.

Tthe Crosswalk Project enables you to deploy a web application with its own dedicated runtime. This means three things:

  • You can distribute your web application via app stores.

  • Your application won't break in whatever ancient webviews or browsers your audience is using, as you control the runtime and its upgrade cycle.

  • You can build applications without worrying so much about runtime
    differences and quirks: you only have one runtime to deal with.

Visit the project's homepage for more info.

343 questions
9
votes
3 answers

Cordova CLI: Mismatch of CPU architecture

I've been searching through CLI docs, SO questions, Cordova issues and more for quite some time, but I'm stumped. So I've created a simple Cordova app for Android using Crosswalk (cordova create, cordova platform add android, cordova plugin add…
Teodor Sandu
  • 1,348
  • 1
  • 20
  • 31
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
2 answers

Cordova/android compile error with crosswalk

I have an android/cordova project that uses crosswalk. When I try to build, I have the following error: :processArmv7DebugManifest/app/platforms/android/AndroidManifest.xml:31:5-74 Error: uses-sdk:minSdkVersion 15 cannot be smaller than version…
BUKTOP
  • 867
  • 10
  • 22
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
2 answers

How to create an XWalkView within a service?

I am working towards replacing the native webview in our Android app with Crosswalk's implementation. We have been able to get most of the functionality of the app working but creating an XWalkView within a service is still an issue we are trying…
JGray
  • 293
  • 2
  • 15
8
votes
1 answer

Unrecognized Content-Security-Policy directive 'script-src:'

in my ionic application I've added crosswalk to get a better android performance. But if I run the application I get this error: Unrecognized Content-Security-Policy directive 'script-src:'. My Content-Security-Policy looks like this:
Kingalione
  • 4,237
  • 6
  • 49
  • 84
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…
7
votes
1 answer

GICS to NAICS crosswalk

For the last two weeks I have been in search of a mapping/crosswalk between Global Industry Classification Standard (GICS) and North American Industry Classification Standard (NAICS) and have found little luck. NAICS:…
ben shapiro
  • 111
  • 1
  • 7
7
votes
1 answer

Android : Override a certain class in a library dependency

I am using crosswalk as webview in my project, now I want to override a replace class for some purposes. original class org.xwalk.core.internal imports.... class SslUtil { public static boolean shouldDenyRequest(int error) { …
Aaron
  • 2,591
  • 4
  • 27
  • 45
7
votes
1 answer

Weird behavior of CrossWalk-based hybrid app when playing m4a web audio

We have problems with an audio reader hybrid application, using fairly large audio m4a files. In short, it takes far too long to start the playback (when using online audio resources). To illustrate the issue, we've created a smaller prototype with…
Alex
  • 79
  • 2
7
votes
1 answer

Why does Cordova Plugin Media need the READ_PHONE_STATE permission?

So, why is cordova-plugin-media adding the READ_PHONE_STATE permission? I found a commit in Chromium https://chromiumcodereview.appspot.com/12480009/ that might be related. It seems the MediiaPlayerListener.java dropped the need for READ_PHONE_STATE…
tehmaestro
  • 1,010
  • 2
  • 11
  • 21
7
votes
1 answer

Incorrect APKs versionCode order when building multiple APKs for both 32bit and 64 bit platforms with crosswalk

I need to build the ionic/cordova application for both 32bit (armeabi-v7a and x86) and 64bit (arm64-v8a and x86_64) platforms. I build four separate APKs using commands ionic build android --release and ionic build android --release --xwalk64bit All…
7
votes
2 answers

Phonegap Build app using Crosswalk crashing on Android

My app built with Phonegap Build and using the Crosswalk plugin is crashing after a little bit of use on Android. I have absolutely no idea why this is happening after constant Googling and debugging attempts. Any help is appreciated. My logcat…
tommybond
  • 650
  • 6
  • 19
6
votes
2 answers

Attribute "layout_anchorGravity" already defined with incompatible format

when I try to build my Ionic project for Android with Crosswalk I get following error. Without Crosswalk everything works fine.. platforms/android/build/intermediates/res/merged/armv7/debug/values/values.xml:243: AAPT: Attribute…
Frede
  • 701
  • 4
  • 14
6
votes
1 answer

Cordova - how to modify webview flags?

I want to ask about flags that are available in the normal Chrome browser (chrome://flags). Previously I was using Crosswalk with Cordova and I had the option to change stuff in config.xml by adding the preference xwalkCommandLine.
Amay
  • 1,461
  • 5
  • 27
  • 56
1
2
3
22 23