Questions tagged as 'crosswalk'

1
answer

Cordova + Crosswalk

I created a cordova project normally: cordova create myApp com.myapp myApp Then I entered the project folder cd myApp I added the platform: cordova platform add android and added the crosswalk plugin cordova plugin add cordova-p...
asked by 24.07.2016 / 20:13
2
answers

Splashcreen Plugin (Cordova) and icons do not work on Crosswalk

I'm using this module that automatically adds a Crosswalk wrapper to a Cordova project. Obs : It requires that the "platform" be [email protected]. Ok, so I give the command to do the Crosswalk Wrap in the project and everything goes well....
asked by 06.03.2015 / 07:02
0
answers

Error: The manifest file does not exist

I'm having this error when compiling my crosswalk app with the command python make_apk.py , after this command I also pass the values as --package , --manifest , but only the manifest is not working. I think there must be a fol...
asked by 10.06.2015 / 01:29
0
answers

Cross apply in postgres?

I have the following situation CROSS APPLY (select top 1 seq.id_prod, seq.id_emp, seq.localizacao, seq.localizacao_modulo, seq.localizacao_nivel, se...
asked by 19.09.2018 / 13:28
0
answers

Build multi APK in Cordova without Crosswalk?

Since I took the Crosswalk from my project, Cordova only builds an APK. But I need my application in x86 and ARM architecture. How to do this without the Crosswalk? Or would the standard APK of Cordova be a hybrid APK for both architectures?...
asked by 16.09.2016 / 03:58
0
answers

Error compiling Ionic application with Crosswalk

I'm developing an application that will support Android 4.1+ and I'm having problems compiling the APK for Android 4.4
asked by 25.04.2018 / 17:15
1
answer

Insert a Splashscreen or imageView into crosswalk webview app

I have an application on crossview webview. as my site takes about 5 seconds to open on the screen, I thought of inserting a splashscreen or imageview (I do not know if it has any difference between the two - I'm still starting) and leave it app...
asked by 15.07.2017 / 00:03