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

Passing Data from XWalkView to Native Android

I have a question which may be simple for you guys. I'm running a WebApp using Crosswalk(XWalkView), everything looks smooth. I found out how to launch a native function from inside the website into my Android App. public class WebAppInterface { …
Jimmy Canadezo
  • 161
  • 1
  • 10
1
vote
2 answers

Crosswalk-lite with cordova

I am spending days trying to make my app embedded with crosswalk-lite instead the normal crosswalk. Can anyone that have done it explain the method?
Ændri Domi
  • 111
  • 9
1
vote
0 answers

How to upload a file using XWalkWebView

I got a project that I'm working on and it's mostly done in XWalkWebView, I'm at a point where it's a simple file chooser for a picture upload; but when I click on Choose File (Works inside normal PC browser) nothing happens. This is very…
Jimmy Canadezo
  • 161
  • 1
  • 10
1
vote
0 answers

In Xamarin, How can I use WebGL on Andorid 4.4 Kitkat?

I'm developing application on Xamarin, Forms and Android, need to show webview. In my application, Webview must support WebGL, but chromium do not support WebGL on kitkat or prior version. I tried to attach Crosswalk webview to my application. it…
Cro
  • 21
  • 3
1
vote
0 answers

Error on running a Cordova app with Crosswalk on Android 4.0

I am building a hybrid mobile app with Cordova, and my app uses Web Audio. On iOS, the WebView supports Web Audio, but on Android, only 6.0+'s WebView supports it. I am trying to use Crosswalk, so my WebView is actually a Chromium WebView supporting…
Nikolay Tsenkov
  • 1,128
  • 10
  • 26
1
vote
1 answer

How to integrate crosswalk into the existing ionic objective c project

All the examples of the crosswalk for the iOS are shown in swift language. I have a project which is working and developed with the help of ionic and objective c. I would like to know who to integrate crosswalk in my project. Also, how can I…
MD Aslam Ansari
  • 1,565
  • 11
  • 19
1
vote
0 answers

WIN DEATH error using cross walk on low memory devices

I am working on an application on Android 4.1.1 that utilizes crosswalk in order to load a html 5 website stored locally on the device. I am finding that the app is crashing in a couple key areas: On rotation (I have disabled rotation to get…
Melbz
  • 512
  • 4
  • 14
1
vote
0 answers

Cannot scale crosswalk webview

I use Crosswalk library instead of android standart webview. When try to scale crosswalk webview like this. webView.setPivotX(0); webView.setPivotY(0); webView.setX(original_x * 1.2); webView.setY(original_y * 1.2); webView.setScaleX(1.2); …
Muhammed GÜNEŞ
  • 304
  • 2
  • 15
1
vote
1 answer

Issue with setOnKeyListener using crosswalk

I'm trying to start using crosswalk in a cordova app, the problem is that the app uses a custom plugin for a barcode reader in a specific device. We basically have a plugin class that calls custom View which extends EditText, in the view we create a…
1
vote
1 answer

Errors when adding GCM and crosswalk plugin on Cordova Android platform

I made Android platform using Cordova and added following code on build.gradle to use GCM. ∙apply plugin: ‘com.google.gms.google-services’ ∙buildscript { repositories { mavenCentral() jcenter() } ∙ classpath…
Tai-min Yu
  • 11
  • 1
1
vote
2 answers

Crosswalk not working with Android 4.1 "Project Runtime Not Found" Error

I cannot get a Cordova app using Crosswalk to run on Android 4.1. I have built my app with Crosswalk and had it working on 4.1 2 months ago, but it's not. I put my app aside and did all the debugging with a blank Cordova project, with only 3…
1
vote
1 answer

Embed crosswalk runtime inside cordova apk

I uploaded my application to google play store but when I download it and open it it shows an error message like the one attached. Is there a way to embed this runtime and skip installing it separatly? I tried looking at the documentation but from…
user1221612
  • 465
  • 1
  • 7
  • 18
1
vote
1 answer

How to make Crosswalk expansion file?

I'm using crosswalk in ionic project. The app's size is too big for Google Play (50mb limit). How can I make a expansion file for Crosswalk runtime library? I have read some post like :…
Nam Pham
  • 1,224
  • 13
  • 38
1
vote
2 answers

Ionic / Cordova not working with Crosswalk

I'm facing some strange issues. The same project that works on my work computer (ubuntu) is facing some issues working on a mac. It builds all right, but fails on startup on the device. Cordova versions - 5.3.3 ionic version - 1.7.0 cordova-android…
Abhinav Gujjar
  • 2,570
  • 2
  • 25
  • 35
1
vote
1 answer

Crosswalk,how to change textsize?

I want to change textsize of XWalkView,but I can't use these method getSettings() and setTextZoom(). so, how to solve this problem?
sadhu
  • 115
  • 1
  • 5