crosswalk Questions
2
I have an android/cordova project that uses crosswalk. When I try to build, I have the following error:
:processArmv7DebugManifest/app/platforms/android/AndroidManifest.xml:31:5-74 Error:
uses-sd...
1
I have an app containing a webview, that runs very poorly on devices where hardware acceleration doesn't work, e.g. some Samsung S4's running 5.0.1
I know from here:
Supporting WebGL on Android 5...
Deaden asked 29/8, 2016 at 23:40
2
I have a problem with my Android app. I am trying to implement a monthly subscription. I have created the IAP, the app is in beta and I am register as a tester.
Everything works as expected when pu...
Francoisefrancolin asked 16/8, 2016 at 11:36
0
@Override
public void onReceivedSslError(XWalkView view, ValueCallback<Boolean> callback, SslError error) {
callback.onReceiveValue(true);
}
I've changed this code in XWalkCordovaResourceCl...
2
My app built with Phonegap Build and using the Crosswalk plugin is crashing after a little bit of use on Android. I have absolutely no idea why this is happening after constant Googling and debuggi...
Panama asked 22/7, 2016 at 22:15
2
Solved
Suddenly, I start to get this error:
C:\Users\andrey.shedko\Documents\Visual Studio 2015\Projects\BBN.Mobile\BBN.Mobile>ionic run android
Running command: "C:\Program Files\nodejs\node.exe" "C:...
Solubilize asked 2/6, 2016 at 16:13
0
I am getting above mentioned error when i add crosswalk to my project.here i am attaching screen-shot of error :-
i even tried with :- cordova plugin add https://github.com/crosswalk-project/cor...
Vries asked 21/3, 2016 at 7:34
1
I have integrate crosswalk plugin in my Cordova application. When I publish this app to google play. I'm not able to open in my Asus gen phone 2 it throws following error
Error message:Mismatch of...
Hildebrandt asked 4/3, 2016 at 11:28
0
I have tried I did in WebView using JavaScriptInterface. But it is not working. How to get HTML content from XWalkView?
In this way I could get HTML from WebView:
public class MainActivity exten...
Hedgehop asked 7/3, 2016 at 13:3
0
How do I disable Chrome's "data saver" in crosswalk webview?
During development of cordova/ionic app it is massively interfering because it prevents live-reload-injected CSS after about 20-30 seco...
Ideography asked 4/2, 2016 at 16:15
2
I am working towards replacing the native webview in our Android app with Crosswalk's implementation.
We have been able to get most of the functionality of the app working but creating an XWalkVi...
Whicker asked 6/1, 2016 at 22:40
1
Solved
In my Ionic application I've added crosswalk to get a better Android performance. But if I run the application I get this error:
Unrecognized Content-Security-Policy directive 'script-src:'.
My C...
Caelian asked 18/12, 2015 at 9:46
3
Solved
I didn't find a lot of instruction setting up crosswalk for iOS it seems like it should be as simple as:
cordova plugin add cordova-plugin-crosswalk-webview
cordova build ios
Because I've had is...
1
Solved
Problem:
Clicking any button (input tag in html) of any html page more than once in crosswalk browser (XWalkView) does not work in Android. (Clicking first time works, but clicking button after th...
Stirring asked 20/11, 2015 at 12:51
© 2022 - 2024 — McMap. All rights reserved.