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

Android Callable Wrapper fails to buid for Crosswalk project

I have created a binding project for the crosswalk project. It has created ACW code that fails to build package mono.org.xwalk.core.internal; public class XWalkSettingsInternal_ZoomSupportChangeListenerImplementor extends java.lang.Object …
burnt1ce
  • 14,387
  • 33
  • 102
  • 162
0
votes
1 answer

Building smaller cordova app with crosswalk lite but without the first run loading screen?

I have developed a cordova app and I tried to make the app size as small as possible. The size without crosswalk is 2.16mb, which is quite satisfactory. However I ran into some performance problems and compatibility issues (e.g. StatusBar and…
hcw12889
  • 29
  • 3
0
votes
1 answer

Android How to create pdf from Crosswalk webview?

Hello I am trying to create PDF from webview in Crosswalk but I didn't find any supporting methods how to do it. Currently I am using this option to create bitmap How can I capture the whole view into a Bitmap when using crosswalk to display…
0
votes
1 answer

cordova build crosswalk peer not authtenicated via proxy

I'm trying to build my cordova but I'm behind a corporate proxy and i'm getting some errors: What went wrong: A problem occurred configuring root project 'android'. Could not resolve all dependencies for configuration…
Kiwi
  • 2,713
  • 7
  • 44
  • 82
0
votes
1 answer

Can't js function 'alter' or 'confirm' in crosswalk

Crosswalk 16.45.421.19 I use crosswalk as a library in my project ,but when I call js function 'alert' in my html,there are some errors. 05-17 16:12:27.136: E/chromium(2559): [ERROR:xwalk_autofill_client.cc(172)] Not…
myth822
  • 1
  • 1
0
votes
2 answers

Cordova / Crosswalk Could not resolve all dependencies for configuration ':_armv7DebugCompile'

cordova-plugin-crosswalk-webview seems to be broken out-of-the-box. Tested with cordova 5.1.1 and 6.1.1 on OSX. Solutions from Crosswalk Could not resolve all dependencies for configuration ':_armv7DebugCompile' and Could not resolve all…
palinka
  • 11
  • 5
0
votes
1 answer

Using CrossWalk for making a Call using WebRTC

The call is working perfectly fine for the first time. But after that it freezes just before connecting to WebRTC, this is currently happening only on Samsung Galaxy S5 out of my 5 devices that I test upon. Other devices are: Motorola Moto G2 Nexus…
Ankit Bansal
  • 1,801
  • 17
  • 34
0
votes
0 answers

XMLHttpRequest on CrossWalk/Android Wear: readyState 4 status 0?

I'm currently developing a smart watch (Motorola MOTO 360 1st gen) app prototype with MeteorJS and CrossWalk that has to connect with a remote server to fetch information and alter its visualization based on that. For that, I use XMLHttpRequest. It…
Jeroen
  • 345
  • 3
  • 17
0
votes
0 answers

Crash when use crosswalk in Fragment

When I try to use XwalkView in fragment, application crash Log:android.view.InflateException: Binary XML file line #17: Error inflating class org.xwalk.core.XWalkView so,I write a demo…
Z.凯
  • 1
0
votes
1 answer

Install specific apk

I am doing an Ionic project. Also I have added Crosswalk. So when I run ionic run android, android-debug.apk is installing in my phone. But I need to install the Crosswalk app (means android-armv7-debug.apk). Is there any way to install this app by…
Muhsin Keloth
  • 7,855
  • 7
  • 39
  • 59
0
votes
1 answer

Android back button not working with hybrid app ~ using onsen ui (angular js) building app using crosswalk

When I build the hybrid app using crosswalk - android Back button is not working with onsen ui framework(using angular js). Below is the code which i have used... document.addEventListener("backbutton", onBackKeyDown, false); function…
0
votes
0 answers

How to install cordova crosswalk plugin manually in existing Android Project

I need to integrate crosswalk plugin in my Android project to support webview of older versions in android. I'm developing in Android Studio and tried to follow the instructions in this link:…
0
votes
0 answers

App starts only each second time proper from background

On a test device, a Sony Xperia E, Android 4.1.1 our crosswalk / cordova app starts only each second time proper from background. First time getting the app from background, you only see the last rendered view of app. No Inputs will be accepted..…
Tino Rüb
  • 799
  • 2
  • 13
  • 27
0
votes
1 answer

Why can not select "mp3" file in Crosswalk?

I built an app using Cordova and Crosswalk, the version are cordova -v 6.0.0 "name": "cordova-plugin-crosswalk-webview", "version": "1.6.1", In my app I used two input tags to select files:
Calvin
  • 953
  • 1
  • 9
  • 16
0
votes
2 answers

Android Crosswalk Project: How to use css?

I created a new project for testing Crosswalk Project. I'm trying to load some content with css file but the css doesn't work at all. Code from MainActivityFragment: import android.support.v4.app.Fragment; import android.os.Bundle; import…
Ibrahim Disouki
  • 2,642
  • 4
  • 21
  • 52