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
3 answers

Crosswalk - Build and Manifest

I'm using Crosswalk for projects that need to run on Android 2.2 and up. I'm looking for any documentation about manifest.json because I didn't find anything that lists properties I can use. I would like to know too if there is a way to manually…
Etienne Wan
  • 257
  • 3
  • 11
0
votes
3 answers

crosswalk cordova build for google play store

I have followed the directions in this post to migrate my existing cordova app to use crosswalk. I did this for the arm library and this are working great through…
TWilly
  • 4,863
  • 3
  • 43
  • 73
0
votes
1 answer

Keyboard plugins not working with Android Crosswalk builds?

I've tried the Cordova SoftKeyboard plugin : http://plugins.cordova.io/#/package/org.apache.cordova.plugin.softkeyboard As well as the PhonoStar SoftKeyboard plugin : https://github.com/phonostar/PhoneGap-SoftKeyboard Both work when I do traditional…
user2488234
  • 382
  • 4
  • 12
0
votes
1 answer

Intel XDK New Crosswalk Build : Error Analyzing Package

I am newbie in mobile app development , and i have litle problem with my mobile app ,, i using Crosswalk Build For Android in Intel XDK New to develop my mobile app , when using Crosswalk For Android, build server gave me 2 download link , for ARM…
Arya Putra
  • 21
  • 6
0
votes
1 answer

How do i install crosswalk for android on windows

crosswalk host setup link crosswalk is the new way to make html/js based android apps that give somewhat good performance, at least that is what I have heard. To try it out I have to install it. But due it being so unknown, NO tag here for it, there…
Muhammad Umer
  • 17,263
  • 19
  • 97
  • 168
-1
votes
1 answer

Error with gradle using crosswalk on phonegap + ionic

After install crosswalk with ionic i get this gradle error when i try to build android: Didn't found any solution about this, if i create a ionic proyect without crosswalk the build work perfect. ionic info here: OS: Windows 8.1 Node Version:…
1 2 3
20
21