Questions tagged [crosswalk-project]
46 questions
1
vote
0 answers
Xwalk causes NoClassDefFoundError: Failed resolution of: Ljunit/framework/Assert; error
When I build my project, it causes,
E/AndroidRuntime: FATAL EXCEPTION: AsyncTask #1
Process: com.example.development, PID: 9013
java.lang.RuntimeException: An error occurred while executing doInBackground()
at…

c-an
- 3,543
- 5
- 35
- 82
1
vote
0 answers
How to debug UnsupportedOperationException happening for Cordova-plugin-crosswalk-webview randomly
We have developed a hybrid mobile application , Random crash of app is happining while it is in active state . Maybe the crash is happening due to the click event (randomly).
We are using Cordova-plugin-crosswalk-webview 2.3.0 and crosswalk lite…

Partha Sarathi Ghosh
- 10,936
- 20
- 59
- 84
1
vote
1 answer
Crosswalk Error
Packaging fails with error
ERROR: Error: Command failed: /home/name/Android/Sdk/tools/android list target
+ Logfiles at /tmp/crosswalk-app-tools-com.herokuapp.aedntrxns
/usr/lib/node_modules/crosswalk-app-tools/src/crosswalk-pkg:581
…

stevensonmt
- 702
- 1
- 6
- 19
1
vote
0 answers
Adding Crosswalk Fingerprint Extension in Android Studio
I have a Crosswalk project that I have built in Android Studio. I want to add the fingerprint extension I got here:
https://github.com/crosswalk-project/crosswalk-samples/tree/master/fingerprint
I was somehow able to add the fingerprint extension…

user2913698
- 11
- 1
1
vote
0 answers
Loading an external web site in Xwalkview Crosswalk Project for iOS
I am trying to build an iOS app that simply loads a website where our WebRTC application resides. I tried to follow the Crosswalk Hybrid Application for iOS quick start guide. The application build sucessfully, but when using…

Tigran Topchyan
- 311
- 2
- 8
1
vote
0 answers
cordova 6.3.1 , How read images from OBB files using content:// in my img src tag html
I have cordova 6.3.1 and plugin crosswalk WEBVIEW https://crosswalk-project.org
We need use OBB files downloaded from our Google Play (APK + APK APK EXPANSION FILES) downloaded as OBB (like explained here…

Falinsito
- 135
- 1
- 13
1
vote
0 answers
Cross walk crash analysis
I have a couple of crash logs from the Android play store.
The crash are in the cross walk library (libxwalkcore.so). Whats the process of obtaining the symbol file of the cross walk native library aamd cross reference this with the crash logs on…

Jamil
- 641
- 1
- 7
- 17
1
vote
0 answers
Black screenshot is saved when rendering on textureview using Crosswalk for Android
I am working on an Android SDK development and It was working fine until it is was integrated with an app which is developed in the hybrid environment called crosswalk web runtime. SDK works fine with this app except when it captures a screenshot,…

rishm.msc
- 361
- 5
- 16
1
vote
1 answer
CrossWalk Error: Packaging failed
I'm trying to build the default simple CrossWalk app for Windows (identical to https://crosswalk-project.org/documentation/windows/build_an_application.html), but i got this error:
c:\TAVOLI>crosswalk-pkg --platforms=windows xwalk-simple
Packaging…

Davide Cavallini
- 216
- 4
- 15
1
vote
0 answers
XWalk (Crosswalk) CookieManager crashes app in NDK
I'm doing the following:
In my Launcher activity, after onCreate i'm initializing the default CookieManager like so:
CookieManager cookieManager = CookieManager.getInstance();
if (Build.VERSION.SDK_INT < Build.VERSION_CODES.LOLLIPOP) {
…

AndreiBogdan
- 10,858
- 13
- 58
- 106
1
vote
1 answer
Does Crosswalk support HSTS and HPKP?
Does Crosswalk support HSTS and HPKP?

Daniel Gartmann
- 11,678
- 12
- 45
- 60
1
vote
1 answer
Ionic and Crosswalk Can’t Generate Signed APK
I am trying to add crosswalk to my ionic. My apps are launched and working fine. However after I added Crosswalk, I can't generate signed apks anymore. I tried to remove crosswalk and it works again. How did you guys manage to get it working?
Here's…

Kelvin
- 2,218
- 4
- 22
- 41
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…

hugoflsilva
- 11
- 1
1
vote
3 answers
Does crosswalk/xwalk embedded runtime support Adobe flash content on Android?
I want to support Adobe Flash content playback in my Android application. I want to know if I can get Flash content working with XWalk runtime in my Android application ? Gecko view is an alternative but there is no official support for Flash.

Bhanu Prasad
- 11
- 2
1
vote
1 answer
Using Crosswalk in an Android Cordova Project with Embedded WebView
I have an existing Android Cordova project which uses an embedded WebView. What this means is that the Activity does not extend CordovaActivity, but instead embeds the SystemWebView and initializes within the onCreate.
The following is currently…

SBerg413
- 14,515
- 6
- 62
- 88