Questions tagged [crosswalk-runtime]

Crosswalk is a web runtime for HTML5 applications. It provides all the features of a modern browser, combined with deep device integration and an API for adding native extensions.

Crosswalk runtime can be used for creating HTML5 application with a dedicated runtime that can be run on multiple platforms without any dependency for webview. It can be used for creating application that uses HTML5 features like WebRTC, hardware-accelerated WebGL support and bleeding edge HTML5 features.

Crosswalk runtime based HTML5 applications can be built for Android (version 4.0 and above), Tizen Mobile, Windows, Mac OS X and Linux.

What is Crosswalk for?

If you are a developer working with web technologies, Crosswalk 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.

What can Application Developers do with Crosswalk runtime?

  • Use all the features available in modern web browsers: HTML5, CSS3, JavaScript.
  • Access the latest recommended and emerging web standards.
  • Use experimental APIs not available in mainstream web browsers.
  • Control the upgrade cycle of an application by distributing it with its own runtime.
  • Add custom extensions to an application, to leverage platform features not exposed by Crosswalk or the standardized web platform.

Crosswalk is open source project, released under a BSD licence. The project was founded by Intel's Open Source Technology Center. Intel XDK (HTML5 development environment) can be used to build Android apps with Crosswalk runtime.

306 questions
0
votes
1 answer

Why does the select menu always appear under the modal dialog?

I am using a modal dialog with a tag in it. I am using appframework and appui, building to apk for android. I went to build my code out again after xdk updated and suddenly my select menu always appears under the modal dialog. I have changed…
Charles Ritchie
  • 2,283
  • 2
  • 16
  • 21
0
votes
2 answers

What means "runtime" in Intel XDK?

I am completely new to mobile development and i interested to hybrid apps and of course Intel XDK. When i reading Intel XDK's documentations i faced to "runtime" word. What is mean of this phrase and actually what is it's mean when they saying…
bobsilon
  • 1,648
  • 4
  • 20
  • 33
0
votes
2 answers

Crosswalk Java to Javascript in shared mode

As mentioned here and there an Android Java application may call Javascript functions using the load method from XWalkView class. But I didn't find how to use this feature in shared mode. (as described here :…
0
votes
1 answer

Crosswalk - How do you get android application context in the XWalkExtension class?

So I'm following the instructions for creating a Crosswalk extension on https://crosswalk-project.org/documentation/embedding_crosswalk/extensions.html. My question relates to extending the XWalkExtension class. package…
0
votes
2 answers

how to use crosswalk project in eclipse plugin

i am facing much difficulty using crosswalk project with eclipse , is there any plugin for eclipse . gone through their documentation which seems too…
mydeve
  • 553
  • 1
  • 14
  • 39
0
votes
0 answers

Cordova Crosswalk with JQM buttons don't render correctly down / active states

Just migrated my Cordova project to Cordova Crosswalk. Performance of the chromium engine is very nice and responsive, but there is a problem with most button states in JQM. This problem occurs even in arm and x86 cw compilation. I tryed different…
metamagikum
  • 1,307
  • 15
  • 19
0
votes
1 answer

Migrate Cordova into Crosswalk

I have a working cordova app which I want to use Crosswalk. Following the migration instructions on https://crosswalk-project.org/documentation/cordova/develop_an_application.html I run into the following error when I try to build the app with $…
Danmoreng
  • 2,367
  • 1
  • 19
  • 32
0
votes
1 answer

The crosswalk build for Android failed (XDK-app-Build)

I could build my app yesterday. But today I cannot and I don't know what the problem is... The ERROR I get is: An error occurred while building the application. Verify your build assets are correct and try again. Build Log: The App ID is…
0
votes
1 answer

How to migrate a Cordova app to Shared mode Crosswalk

I have successfully migrated my existing project (in the case, an Ionic project) to use Crosswalk. The performance of the app in the Android 4.0.3 WebKit was terrible and it was perfectly fixed with Crosswalk. As expected the distribution APK size…
Denis C de Azevedo
  • 6,276
  • 2
  • 32
  • 49
0
votes
0 answers

Migrate Cordova to Crosswalk - Fails on API v14

I am following the Migrate using command line tools steps from this page: https://crosswalk-project.org/#documentation/cordova/migrate_an_application When I get to step 6 and run ant debug it returns a lot of errors: -code-gen: [mergemanifest] No…
Jacques Blom
  • 1,794
  • 5
  • 24
  • 42
0
votes
0 answers

Why did installing Crosswalk affect non Intel XDK app

I am currently try to find a viable option to incorporate webRtc into an Android & ios app using Cordova /phonegap/ionic and I have tried getting the following examples to work but till recently I have had no…
jonnie
  • 12,260
  • 16
  • 54
  • 91
0
votes
0 answers

How to rewrite URLs for Android WebView (and/or Crosswalk) resource requests?

I'd like to rewrite the URL used for resource requests coming from an Android WebView. The hook that I see for doing things like that is to override shouldInterceptRequest on the WebView's WebViewClient. However, that method only provides a String…
chwahoo
  • 61
  • 1
  • 2
0
votes
1 answer

Touch events and intersections with crosswalk / three.js on Android 4.0.4 device

I have a crosswalk WebGL_Sample based app that behave correctly on all XDK emulators (I am not using XDK, just testing the EMU's) when I try to touch / intersect a Cube with Three.js's "raycaster.intersectObjects". The problem is that if I shoot it…
user1608171
0
votes
2 answers

how to build multiple apk using intel xdk?

what I mean is this: for android 4.x buildid 2 apk using crosswalk for ARM and X86 for android lower than 4.x using cordova Is there any easy way to do that? since crosswalk supports only 4.x and greater I need something that will manage the version…
Amir Bar
  • 3,007
  • 2
  • 29
  • 47
0
votes
0 answers

CrossWalk / Cordova build in INTEL XDK gives parsing error on older android OS releases

I'm wanting to us the CrossWalk build with INTEL XDK. It builds fine and runs great on my android phones, but I'm using 4.2. When I had users try it, any of those using 2.3.6 android releases would have a "parsing error" when they tried to…
1 2 3
20
21