wabsol Posted March 22, 2017 Share Posted March 22, 2017 Hi, I am wabsol. I am building a vr application for use on cardboard. Everything works fine when using the phonegap server(windows)/client(android) app. But i noticed when i wanted to export it for android my phone was not compatible because it is android 6.0.1. I tried if i could update my phone but it said it was running the latest update for my device (samsung galaxy s6). I also tried editing the config.xml file for several versions of phongap/android. But i allways get a white screen when using the app without the phonegap server/client apps. My project in browser (youtube video): Quote Link to comment Share on other sites More sharing options...
GameMonetize Posted March 22, 2017 Share Posted March 22, 2017 Hello and welcome This seems to be a PhoneGap related question, Or I'm wrong? Quote Link to comment Share on other sites More sharing options...
wabsol Posted March 22, 2017 Author Share Posted March 22, 2017 1 minute ago, Deltakosh said: Hello and welcome This seems to be a PhoneGap related question, Or I'm wrong? i think the problem might be using a version of babylonjs that is not compatible with old phonegap builds? is this possible? Quote Link to comment Share on other sites More sharing options...
c75 Posted March 22, 2017 Share Posted March 22, 2017 not sure about your problem, but I had problems with Cordova and webgl - webgl not works there by default. The solution was using this plugin https://crosswalk-project.org/ It is custom webview component that contains all cool features of modern browsers. Check out that your environment supports webgl http://stackoverflow.com/questions/11871077/proper-way-to-detect-webgl-support wabsol 1 Quote Link to comment Share on other sites More sharing options...
wabsol Posted March 22, 2017 Author Share Posted March 22, 2017 25 minutes ago, c75 said: not sure about your problem, but I had problems with Cordova and webgl - webgl not works there by default. The solution was using this plugin https://crosswalk-project.org/ It is custom webview component that contains all cool features of modern browsers. Check out that your environment supports webgl http://stackoverflow.com/questions/11871077/proper-way-to-detect-webgl-support thank you i will try that Quote Link to comment Share on other sites More sharing options...
bruno_ Posted March 22, 2017 Share Posted March 22, 2017 Try to connect your phone to the pc and debug it with adb adb logcat -s chromium It may help if some errors show up. Quote Link to comment Share on other sites More sharing options...
wabsol Posted March 22, 2017 Author Share Posted March 22, 2017 3 minutes ago, bruno_ said: Try to connect your phone to the pc and debug it with adb adb logcat -s chromium It may help if some errors show up. thanks i will try this Quote Link to comment Share on other sites More sharing options...
c75 Posted March 23, 2017 Share Posted March 23, 2017 15 hours ago, bruno_ said: Try to connect your phone to the pc and debug it with adb adb logcat -s chromium It may help if some errors show up. or you can use vorlon.js to see console log on your mobile device - it's much easier and faster then use adb if you just want see console messages and errors from remote client JCPalmer 1 Quote Link to comment Share on other sites More sharing options...
wabsol Posted March 23, 2017 Author Share Posted March 23, 2017 3 minutes ago, c75 said: or you can use vorlon.js to see console log on your mobile device - it's much easier and faster then use adb if you just want see console messages and errors from remote client thanks again i just dowloaded adb so i will try adb first because i think it may be the version of phonegap and babylonjs not working togheter. if that is not the problem it might be phonegap related. ps.i am using phonegap because the intel xdk does not support cordova anymore i think (its focus changed to internet of things applications now) Quote Link to comment Share on other sites More sharing options...
JCPalmer Posted March 23, 2017 Share Posted March 23, 2017 Yeah, I saw the xdk direction change to. CocoonJS handles the crosswalk for you. Also, they have a tester app just like xdk. You can see console messages right from there. I have not tried the cloud build, but for dev you can use your own http server with the tester app. Quote Link to comment Share on other sites More sharing options...
wabsol Posted March 23, 2017 Author Share Posted March 23, 2017 58 minutes ago, JCPalmer said: Yeah, I saw the xdk direction change to. CocoonJS handles the crosswalk for you. Also, they have a tester app just like xdk. You can see console messages right from there. I have not tried the cloud build, but for dev you can use your own http server with the tester app. thanks for the info i will take a look at this option. Quote Link to comment Share on other sites More sharing options...
wabsol Posted March 23, 2017 Author Share Posted March 23, 2017 I will post here after trying the options you guys suggested (i am pretty new to forums and its nice to see how fast i am getting responses. Thanks) i want to say that i am autistic and the amount of appointments i have are high(both for my health and the health of friends in need)( so sorry if it takes a while to respond) GameMonetize 1 Quote Link to comment Share on other sites More sharing options...
wabsol Posted March 31, 2017 Author Share Posted March 31, 2017 I am very sorry for not posting The project i was/am working on is on hold Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.