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

Ionic build error with Crosswalk versions < 2.0.0 - "XWalkWebViewEngine is not abstract and does not override abstract method"

Have come back to an Ionic project after a year to update a couple of things but now the project won't build. The issue looks to be Crosswalk when updating to the latest version it builds fine but the device I am building for specific uses Android 4…
Lovelock
  • 7,689
  • 19
  • 86
  • 186
0
votes
2 answers

Cordova: android 7 crosswalk vs native

Just want to hear expert opinion. From your experience is it still worth to use latest Crosswalk (which recently has been announced to stop being actively developed) on Android 7 instead of native webview in terms of performance?
WHITECOLOR
  • 24,996
  • 37
  • 121
  • 181
0
votes
1 answer

How to cross-compile cross-walk with Buildroot toolchain

I want know how to add crosswalk to Buildroot or how can I cross-compile it with buildroot toolchain.
fynx
  • 75
  • 4
0
votes
1 answer

screencast of app is blinking with Crosswalk enabled for android, cordova

I switched from GapDebug to Crosswalk remote debugging. Everything is fine with exception of 'screencast' in Developer Tools, which is blinking with 5 fps (when I use Crosswalk). If I switch to 'Elements' tab and move mouse over any DOM element…
Developer
  • 188
  • 1
  • 9
0
votes
1 answer

Crosswalk Error Request was denied by security?

I´m working in a hybrid app using cordova-plugin-crosswalk-webview plugin, in order to make request using SSL to servers with self signed certificates I use the cordova-plugin-crosswalk-certificate plugin. The problem is that after updating…
Sethu
  • 430
  • 2
  • 13
0
votes
1 answer

Cordova Android 6.2.1 + Crosswalk 23 => SSL error: net::ERR_INSECURE_RESPONSE

I'm trying to make XmlHttpRequest to a REST API exposed through https with a certificate signed by letsencrypt. On Android, those requests fail and I get a net::ERR_INSECURE_RESPONSE error. It seems it fails both with and without Crosswalk. I've…
Żabojad
  • 2,946
  • 2
  • 32
  • 39
0
votes
1 answer

Crosswalk InAppBrowser in Cordova

I am struggling with opening the website inside the Cordova app using the Crosswalk engine. The default InAppBrowser is rendering the page inproperly, because it uses native WebView(which works bad on older phones like Android 4.3). I am trying to…
Maksym
  • 3,276
  • 3
  • 22
  • 27
0
votes
1 answer

Crosswalk generates a 225 MB APK file

I'm trying to do my first Crosswalk build (with crosswalk-pkg v0.10.5). It's using just a simple manifest without any application files: { "orientation": "portrait", "background_color": "#ffffff", "name": , "short_name":…
Udo G
  • 12,572
  • 13
  • 56
  • 89
0
votes
1 answer

Use of Crosswalk for iOS

As you know, the amazing Crosswalk project provides us with a up-to-date Chromium browser and rendering engine as to allow us to write our Cordova apps simply to the latest version of Web APIs that Chrome supports. This obviously is good and well on…
resgh
  • 974
  • 2
  • 12
  • 22
0
votes
1 answer

opentok subscriber connection and disconnection keeps firing in loop

I am using opentok version 2.10.2 javascript sdk. I am using this SDK in my Cordova Android app which is running crosswalk as the webview. The issue arises when network switches from wifi to 4G or vice versa while on a video chat. The opentok's auto…
0
votes
1 answer

Crosswalk not being added to Cordova Android App

To increase compatibility with older Android devices (4.0+) for my Cordova App I am wanting to use the Crosswalk Webview instead of the device webview. I am using Cordova Tools (CLI 6.3.0) for Visual Studio (2015 - Update 3) and have added the…
0
votes
1 answer

Crosswalk integration visualstudio cordova

I am trying to do crosswalk integration but it does not work. I have done: 1-) Created Cordova project(Typecript) 2-) Add cordova-plugin-crosswalk-webview 3-) Buil Android device 4-) debug Ripple Nexus S navigator.UserAgent : Mozilla/5.0 (Linux; U;…
0
votes
1 answer

Android : Embedded crosswalk has a 46 MB increase in apk size

I previously read this SO post of having an additional 71MB. Now I am getting an additional 46 MB instead of the promised 20 MB from crosswalk according to this, I'm declaring my crosswalk dependency like the snippet below. repositories { maven…
Aaron
  • 2,591
  • 4
  • 27
  • 45
0
votes
1 answer

Crosswalk onJsBeforeUnload counterpart

Is there a method wherein I can override the onJsBeforeUnload in XWalkUIClient like this in WebChromeClient? @Override public boolean onJsBeforeUnload(WebView view, String url, String message, final JsResult result) { new…
Aaron
  • 2,591
  • 4
  • 27
  • 45
0
votes
0 answers

Looking for an embed webview on android application

I am working on a Android application which is using webview as the main UI. (I don't use Cordova in this project.) The problem of the webview is that it gives different behaviors on running on different android devices. Some devices don't support…
Joey Yi Zhao
  • 37,514
  • 71
  • 268
  • 523