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

Intel Xdk using Crosswalk Cordova hybrid platform build but local widget not working

I'm new intel xdk loT edition user. I'm having a problem and feeling lost right now. Hope somebody can help. I create a mobile app using third party cordova plugin to send message and some local intel xdk widget (geolocation and youtube).My project…
0
votes
1 answer

Is it possible to manually edit the current navigation item index in Crosswalk Project?

I'm wondering if it's possible to manually edit the current navigation item index in Crosswalk (https://crosswalk-project.org/apis/embeddingapidocs_v3/org/xwalk/core/XWalkNavigationHistory.html#getCurrentIndex())? The reason I need to do this is…
jwanglof
  • 548
  • 1
  • 5
  • 20
0
votes
1 answer

Mail link open my app on specific URL

I'm actually using Crosswalk. I have some hard restrictions about speaking about my project so i'll try to be as clear as possible. When I open my app manually, Webview load the home index.html of the website. But this website is used for WebRTC…
0
votes
1 answer

Crosswalk - Inflating class & Cie

I'm currently working with Crosswalk ( previously on Cordova ). But I encounter a problem : when i'm creating just a simple XWalkView, nothing works.. I mean, I followed all guides, try multiples ways and nothing . I'm working with CrossWalk…
0
votes
1 answer

using img-ngsrc in Android for large dynamic images is causing future HTTP requests to get queued in pending state

I am developing an Angular JS application using ionic. For android, I am using crosswalk for better performance. I've noticed that when running on Android, I am facing problems with http requests getting stuck when trying to load large images - if…
user1361529
  • 2,667
  • 29
  • 61
0
votes
2 answers

How to run Landscape oriented Web-Apps on the Tizen 3.0 Feb milestone under Crosswalk?

After creating a number of landscape-oriented Tizen Web Applications, and building and installing on the box with the Feb 1 Tizen release image using Crosswalk and other boxes with previous images of Tizen, I've discovered that web-applications on…
Ayelis
  • 228
  • 3
  • 20
0
votes
1 answer

ionic + cordova + crosswalk = error 401 on file transfer download

I added crosswalk to my android project and cordova file transfer download operation, which was working prior to adding crosswalk, stopped working. I get http error 401. I checked from different browsers and the server is serving the file just fine…
Yosef
  • 360
  • 5
  • 16
0
votes
0 answers

Intel Crosswalk versus Adobe AIR : runtime download size

With the intention of normalizing behavior across various browser O/S levels, Intel offers the Crosswalk HTML5 "runtime". Adobe offers an option where the AIR runtime is bundled up or embedded as part of the mobile app deployment package. How large…
Tim
  • 8,669
  • 31
  • 105
  • 183
0
votes
1 answer

onDeviceReady() don´t fire in Crosswalk Cordova Project

The method onDeviceRead() don´t fire when I am running it in an Crosswalk-Cordova-Project. I have tested the following versions of Crosswalk Cordova Android(ARM): -11.40.277.7 -12.41.296.4 -13.41.313.0 I am using cordova 3.6.3 Here is my Code from…
WhiteBird
  • 33
  • 1
  • 6
0
votes
2 answers

Can I use an external url for creating an Android app with CrossWalk?

I have a published web application and I would like to build an android application that will open it. I am trying to use Crosswalk for that but I don't find any information of how to set the manifest.json with the external url.
Ronen Festinger
  • 2,260
  • 1
  • 23
  • 32
0
votes
1 answer

Cordova Ionic apk with chrome/chromium webview

I'm developing an Arabic android hybrid application using IONIC and Cordova, but seems some issues ( not applying font, scrolling not smooth etc...) to android 4.0-to 4.4. To solve this issue I tried with cocoonjs+webview , Now issues solved but the…
Abdul
  • 321
  • 4
  • 22
0
votes
1 answer

confix.xml in crosswalk-cordova app ignored

I followed this official guide to build a cordova crosswalk app. I chose the approach of creating a new cordova app with the cordova binaries from the cordova-crosswalk zip file (instead of migrating an existing app). Everything works fine except…
epegzz
  • 837
  • 2
  • 10
  • 21
0
votes
0 answers

Open pin login page when app resume from pause for android device

In Angularjs app, I want when app will reopen after app pause (i.e. coming out of app by home button) it should open with pin login page. It should not resume app from where it was paused. To implement this I was tried the following…
0
votes
1 answer

error: package org.xwalk.core does not exist Android Studio & Gradle

Me and a colleague have been stuck on this issue for the past 2 days. We have to get CrossWalk integrated into an Android Studio project we built with Cordova. We have our structure set up the standard way as follows: We have our build.gradle file…
Aggressor
  • 13,323
  • 24
  • 103
  • 182
0
votes
2 answers

Angular to Crosswalk?

We are developing a complex single page app in Angularjs. Currently, we deploy this embedded in an ASP.Net web site, and also onto iOS via Cordova. This works quite well. The dream of write-once-run-everywhere is alive! However, I've been reading…
Kevin MacDonald
  • 650
  • 8
  • 21