Start a new topic

screenshot problem

screenshot problem


Hi there,

Did you try another sample and you got this message that permission is denied? What exactly where you trying to do and what was exactly the message that you received? Please assure to have set all permissions required in your manifest.

 1<uses-permissionandroid:name="android.permission.INTERNET"/>
 2<uses-permissionandroid:name="android.permission.ACCESS_COARSE_LOCATION"/>
 3<uses-permissionandroid:name="android.permission.ACCESS_FINE_LOCATION"/>
 4<uses-permissionandroid:name="android.permission.ACCESS_NETWORK_STATE"/>
 5<uses-permissionandroid:name="android.permission.ACCESS_WIFI_STATE"/>
 6<uses-permissionandroid:name="android.permission.ACCESS_GPS"/>
 7<uses-permissionandroid:name="android.permission.CAMERA"/>
 8<uses-permissionandroid:name="android.permission.INTERNET"/>
 9<uses-permissionandroid:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
10<uses-permissionandroid:name="android.permission.READ_PHONE_STATE"/>

hello, thanks for the reply, I've managed to make my device work, I tried another and says permission denied, could know that this is due?

Hi there,

Thx for reaching out. Could you please provide further details on the issue you are having:

 

- Which version of the SDK are you using? 

- Are you using the JS API?

- Which version of the Cordova plugin are you using?

- is this happening with the sample app or in your own app? If it happens with your own app, does the sample app work on your device?

- When you say that it is not happening what do you mean? For example, are you getting an error message?

 

Thanks

Hi, I'm working on a way to capture the screen, but I can not get it, I tried the example in the documentation.

 

I'm working with cordova.

 

and as such I have here:

 

http://www.wikitude.com/external/doc/documentation/latest/phonegap/browsingpois.html#capturescreen

 

 

 

I hope your help, thank you.
Login or Signup to post a comment