I am testing the samples from the phonegap plugins for Android on Chrome, it keeps saying device not supported, I have tried different device/platforms, Nexus 10 etc.
A
Andreas Fötschl
said
over 9 years ago
Hi Junran,
The Wikitude Plugin is only working on supported mobile devices and must run in a PhoneGap Android project. Adding the plugin in your chrome environment is not sufficient.
Please have a look at our github account to find more technical details.
Kind regards, Andreas
J
Junran.lei
said
over 9 years ago
Thanks Andreas, is there any Android phone you would suggest?
A
Andreas Fötschl
said
over 9 years ago
Hi Junran,
There are several good Android Phones out there. I want to treat device manufacturers equal, so this list is just a personal one without any meaning in order:
- Nexus 4 (Cheap & Good for that price) - Samsung S4 or S3 - Sony Z or Z1 - LG G2 - HTC Desire 601 - Huawei Ascend P2
Kind regards, Andreas
J
Junran.lei
said
over 9 years ago
Thank you Andreas.
E
Eugene Yu
said
over 9 years ago
Hi There,
I have Nexus 5, But it is not supported. Do you have any ideas?
Thank you!
A
Andreas Fötschl
said
over 9 years ago
Hi Eugene,
Are you sure you mean the LG Nexus 5? It has everything required in place. We even have one of them in the office and simple checks like:
Toast.makeText(this, ArchitectView.isDeviceSupported(this) ? "Device is supported " : "Device is not supported" , Toast.LENGTH_LONG).show();
work fine.
Kind regards, Andreas
E
Eugene Yu
said
over 9 years ago
My mobile is Google Nexus 5, I purchased from Google Player. Android Version: 4.4.2. Please check it at http://www.google.ca/nexus/5/
Thank you very much!
P
Philipp Nagele
said
over 9 years ago
Hi,
we know the Nexus 5 very well - where do you see the information that it is not supported? Can you copy & paste the output? Which product are you referring to?
Wikitude SDK
Wikitude App
E
Eugene Yu
said
over 9 years ago
I tried to make app via Phonegap + PhonegapPlugin + Wikitude SDK. I followed all instructions and copy all example files from git to my project. I think the message come from www/js/index_ar_samples.js
loadARchitectWorld: function(samplePath) { WikitudePlugin.setOnUrlInvokeCallback(app.onUrlInvoke); if (app.isDeviceSupported) { WikitudePlugin.loadARchitectWorld(samplePath); } else { alert("Device is not supported"); } },
Junran.lei
1 person has this problem