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
1
vote
1 answer

How to install crosswalk lite plugin using cordova cli

I would like to know how to use "cordova plugin add cordova-plugin-crosswalk-webview" but instead install the lite version. Thanks.
1
vote
2 answers

Crosswalk Project Service not found on Samsung Galaxy S6 and S6 Edge

my app uses the cordova-plugin-crosswalk-webview 1.3.1, Ionic 1.0.0-rc.1 and Cordova 5.2.0. If I start the app on the Samsung Galaxy S5 it starts properly, but on the Samsung Galaxy S6 or S6 Edge I get the message "Crosswalk Project Service Not…
EpoX
  • 31
  • 1
  • 8
0
votes
0 answers

Calculate weights from overlapping areas (layer) Rstudio

I have two shapefiles of the quartiers of Paris, one before (available here) 1860 and one after (available here). Neighborhood boundaries changed overtime, and I want to do an analysis with geography before 1860. To do so, I need to compute how many…
0
votes
0 answers

Cookies are not persistent in ionic v1 app since crosswalk plugin removed

I use Ionic v1 and recently have upgraded cordova android to 7.1.4 & removed cordova-plugin-crosswalk-webview plugin as I was facing issue while building the app. I have got new problem that is the cookies are not persisted in the release build.…
unlimit
  • 21
  • 7
0
votes
0 answers

XwalkWebview Media Player is not working for android 4.4.4

I am using an android 4.4.4 with armv7l CPU. For some reason, other devices with same android version but different CPUs are facing different kind of problems. My only concern is armv7l CPUs. The Xwalk library version I am using is 23.53.589.4 I am…
Elias Khazzaka
  • 163
  • 2
  • 11
0
votes
1 answer

XWalkView doesn't load downloaded files / local files and returns Assertion Error

I am using this to implement crosswalk webview to my app implementation 'org.xwalk:xwalk_core_library:23.53.589.4' And I am setting up the XWalkView like this private XWalkView xWalkWebView; .... …
Elias Khazzaka
  • 163
  • 2
  • 11
0
votes
1 answer

Cordova Crosswalk: installation of Andoird-apk failed

I'm using cordova-plugin-crosswalk-webview-v3 to create android app with a build-in browser as standard webview in my app. Cordova can create very simple a android app without any problem. As I added crosswalk (latest version) in cordova, my export…
Sam Toorchi
  • 133
  • 1
  • 9
0
votes
1 answer

crosswalk cordova 32 & 64 bits

i try to build apks with 32 & 64 bits using crosswalk my config is : Cordova Android 8.1.0
0
votes
0 answers

Cordova - WebGL works fine on phone but not on emulator [Without CrossWalk]

I am trying to build an application with CesiumJs.org, The files work fine on both chrome, android phone with v8 and android phone with v9 all works fine. When I try the same APK on Bluestack, genymotion and Android VD it throws me an error as…
Yellow and Red
  • 695
  • 9
  • 31
0
votes
1 answer

Open External Link with Crosswalk Webview got Application Error

I want to make webview to show my webpage with crosswalk plugin. When I put my url, and click the button. I got error "Application Error" "net:ERR_INSECURE_RESPONSE (https://example.dummy.com:8444)" my home page is using https this is my code…
0
votes
0 answers

Crosswalk WebView doesn't Pause when Loaded anything on webview

I'm using crosswalk webview in cordova project. but it will doen't pause when load any app or anything. I have added plugin of crosswalk: cordova plugin add cordova-plugin-crosswalk-webview after the plugin my config.xml look below:
Sanjay
  • 574
  • 6
  • 16
0
votes
1 answer

How can I test a Crosswalk application with BrowserStack?

At our company, we maintain a legacy Android application which uses Crosswalk to embed a web view. We would like to implement automated end-to-end tests for this app using Appium and ChromeDriver. Unfortunately, the version of Chrome used by…
Lambda Fairy
  • 13,814
  • 7
  • 42
  • 68
0
votes
1 answer

Why my ionicApp takes version of Android browser 4.0

I have created an Ionic Angular Project and added cordova-plugin-crosswalk-webview, since I need to integrate Webrtc. But still, when build the android app and run in android device of version 7.1, I get error, android browser 4.0 doesnt support…
sowmiyaksr
  • 169
  • 5
  • 18
0
votes
1 answer

How to get geolocation working on crosswalk cordova

Hello i am creating an application using google nearest places api, which will enable me show the nearest places around a location. the application works without any errors when tested on a normal web browser or chrome mobile browser as screen shot…
chap man
  • 37
  • 6
0
votes
2 answers

android -Could not resolve all dependencies for configuration ':_armv7DebugApkCopy'

Since few days I have this problem Before, compile was ok, but now I always have this error FAILURE: Build failed with an exception. What went wrong: A problem occurred configuring root project 'android'. Could not resolve all dependencies for…
Merora
  • 1