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
0
votes
2 answers

Cordova crosswalk missing apks

I am very very new to Cordova, Android development, and Node.js applications. I was using Cordova to create an Android app, it would spit out an android-debug.apk when I would go and build it. BUILD SUCCESSFUL Total time: 3.739 secs Built the…
tester123
  • 1,033
  • 2
  • 12
  • 17
0
votes
1 answer

Build Crosswalk Stuck at downloading library

I wanted to add crosswalk browser support to my existing project, so I run the following command: ionic browser add crosswalk@14.43.343.23 But when I run ionic build android it's stuck at this message in the cli: Download…
Pavitar
  • 4,282
  • 10
  • 50
  • 82
0
votes
1 answer

Crosswalk plugin not installing

I am trying to install crosswalk plugin for a cordova app that am building for android version 3.6.3. When I run the npm install -g cordova-android-crosswalk command it downloads the crosswalk node module, but when i run the…
0
votes
1 answer

Cordova Crosswalk Plugin failing with "Unfortunately, {appName} has stopped."

After updating to cordova-plugin-crosswalk-webview version 1.3.0 I get the following error dialog when opening my app: Unfortunately, {appName} has stopped. And the app then quits. I've tried removing all the other plugins in my app, and the error…
Laust Deleuran
  • 492
  • 1
  • 5
  • 19
-1
votes
1 answer

NON crosswalk version not loading on newer devices (when crosswalk version also present)

I am beta testing versions of my app in the Google Play store, and I recently added crosswalk versions (all in the same version beta) so that older devices could use my cordova app. This works well, but I find that ALL devices are loading the…
Stephen
  • 8,038
  • 6
  • 41
  • 59
-1
votes
1 answer

cordova-plugin-crosswalk-webview and I'm getting navigator.getUserMedia is not a function

I am developing an ionic WebRTC app using cordova-plugin-crosswalk-webview and I'm getting navigator.getUserMedia is not a function when running on the android device any idea why? navigator.getUserMedia({audio: true, video: true}, …
Hdia Saad
  • 1
  • 2
-1
votes
1 answer

Cordova - Crosswalk armeabi-v7a and arm64-v8a publish error

I have a problem when i try to publish a cordova with crosswalk plugin. I generate 4 versions with the following sentences: cordova build android --release cordova build android --gradleArg=-PcdvBuildArch=arm --xwalk64bit --release This sentences…
Mickey
  • 173
  • 2
  • 11
-1
votes
1 answer

cordova-plugin-crosswalk-webview - Logging all UI interaction - including sensitive data

This is an edited question - have got to the root of the problem so have added my own answer. Logcat was was outputting nearly every interaction with the UI, including what was typed our a password box (start of the word "password" highlighted with…
-1
votes
1 answer

Cordova CLI Explanation

When creating a cordova app with the command prompt, I'm cannot figure out what one part is for. Take the follow command " cordova create hello com.example.hello HelloWorld". Obviously hello is the folder, HelloWord is the app name, but what is the…
Caleb Prenger
  • 1,537
  • 4
  • 13
  • 13
-1
votes
1 answer

Crosswalk building different Cpu Architecture APK for x86 & arm

Since Crosswalk is over 40mb. I have decide split my apk to reduce apk size... I have know how to publish differenk apk on Google Play Store...I have readed documantations... Documentation says: Supporting multiple CPU architectures When using the…
Ucdemir
  • 2,852
  • 2
  • 26
  • 44
-1
votes
3 answers

Using crosswalk standlone without cordova

I am building an hybrid android app using crosswalk webview as my app needs webrtc support. I have a query in my mind as cordova webview is not stable over android versions and also do not have webrtc support therefore we add crosswalk plugin ,then…
SwagDevelopers
  • 109
  • 2
  • 12
-1
votes
1 answer

Crosswalk-Project version code issue?

I have android app with version code "20100000" and version name "1.0.0" in google play store. I want to update my new app version but I have a problem about version code. I have a error "20100000 version code already exist" when update my app.I…
-2
votes
3 answers

Phonegap push plugin stopped working after added crosswalk plugin

I'm developing using Ionic and i'm facing an odd problem, after i added crosswalk webview plugin my phonegap push plugin just stopped to work. I got this "errors", if we can call them as that: ionic.cloud.min.js:6 Native: deviceready did not fire…
1 2 3
22
23