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
1 answer

My app not able to find a crosswalk dependency and R file

I have followed this link https://crosswalk-project.org/documentation/android/embedding_crosswalk_rvw.html to embed crosswalk in my android project.When I try to install,my app is crashing with below er java.lang.NoClassDefFoundError: Failed…
kavie
  • 2,154
  • 4
  • 28
  • 53
0
votes
1 answer

How do I trigger any keycode key events in Android's webview?

For example, what should I do if I want a web page to get an event with a keycode value of - 1? I tried to use webview.dispatchKeyEvent(...), but if the value of KeyEvent is not in the constant defined by KeyEvent.KEYCODE_XXX, it is converted to…
forDream
  • 386
  • 1
  • 6
  • 17
0
votes
1 answer

babylon.js vs three.js on ionic, the webgl issue

I'm developing an app for android with ionic 3. I have a part using babylon.js and another part (not related with each other) using three.js I tested the app in a few devices. Those with Android 5.1.1 can't show the three.js stuff. It says "webGL…
0
votes
1 answer

Ionic2: This app isn't compatible with your phone

After installing my Ionic2 app on real device, it became slow - which wasn't while testing on browser during development. Then I came across Crollwalk, a tool/plugin to enhance Hybrid app performance on device. I then generated an .apk and attempted…
Aweda
  • 323
  • 1
  • 4
  • 15
0
votes
1 answer

PeerJS with hybrid android applications

I am using PeerJS in my Meteor project for audio calls between users. The functionality works find in browsers but when I test it in IOS or Android the call doesn't go through. I came across Crosswalk that supports WebRTC on Android and I can…
sourceplaze
  • 333
  • 3
  • 11
0
votes
1 answer

Ionic - crosswalk plugin only on old android versions

I am building an android app with ionic 1, which is ran only on my own devices. For old android versions (<5) i need the crosswalk plugin for performance reasons. Otherwise my app is unusable. However, as crosswalk is depreciated for newer versions…
Robycool
  • 1,104
  • 2
  • 14
  • 26
0
votes
1 answer

FCM + Ionic/Cordova + Crosswalk - Same notifications received multiple times in intervals

My Android Ionic app receives the same push notifications multiple times in random intervals (mostly around 3-5 minutes) for hours. I'm using the plugin https://github.com/fechanique/cordova-plugin-fcm for FCM. But its not about the callback…
0
votes
0 answers

How to structure a path that allows me to open a specific page of an app in Ionic 2 from a web page?

Previously we were working on an app with Ionic 1 that had the following structure: Ionic 1 project structure In this app we put crosswalk as the home screen in the index.html. This webview allows us to show the content of our website within the…
Xavi
  • 23
  • 6
0
votes
1 answer

ionic2+ app with crosswalk has high CPU usage in idle state

I am using crosswalk to better support older android devices. But app has 5% CPU even doing nothing and even in idle state on background. Removing crosswalk from project solves problem, but I want it to stay included because of the benefits.
Luckylooke
  • 4,061
  • 4
  • 36
  • 49
0
votes
2 answers

Looping audio delayed start - Crosswalk + Howler + Android

We have created an app and for some reason any sound played through Howler that is set to loop has a 30 second or so delay before it actually begins when played on an Android device. Its as if the entire sounds needs to be loaded prior to playing.…
0
votes
1 answer

Cordova giving strange error on building for android

I have latest Cordova installed with crosswalk plugin. I am trying to figure out an issue for many days. The issue is when I build I get the following error After much discussion and analysis of the market, we have decided to discontinue support for…
0
votes
0 answers

IBM Mobilefirst 8 - Cordova app crashed when add cordova-plugin-crosswalk-webview

i'm using Ionic 3 and crosswalk webview on my Mobilefirst 8 project, but application crashes on launching and give errors below: 08-16 09:51:22.246 17767-17767/com.package E/chromium: [ERROR:xwalk_platform_notification_service.cc(143)] Not…
HCV
  • 3
  • 2
0
votes
1 answer

how to play local video by using shouldInterceptLoadRequest with crosswalk?

now my webapp works like this : users click the button, then app will post a url to get video from internet. my purpose is: when sdcard have the video that users want to see, app will not ask the internet but play the local video. then with…
Sample
  • 49
  • 5
0
votes
0 answers

How to play video fullscreen in crosswalk webview?

I have refer to Playing HTML5 video on fullscreen in android webview to play video on full screen. But I didn't use the native webview, I used the Crosswalk webview to play the live flv video, which is not a HTML video format. I use flv.js and…
LF00
  • 27,015
  • 29
  • 156
  • 295
0
votes
0 answers

React Native - Make WebView on Android behave the same as on iPhone

I've built a RN app that shows prices for a product and redirect the user to the web page in order to complete his order. On iPhone the web page looks the same inside the app as it looks while opened with Safari or Chrome, but on android I have some…
aviramtsi
  • 89
  • 1
  • 2
  • 9