clarklight

Results 22 comments of clarklight
trafficstars

I am seeing the same issue as well, but i am using 2 android phone, 1 acting as a peripheral device. The device that write to the phone is showing...

> Try using the example in the angular wrapper. If you install the sample app on two devices, they will communicate. Is it possible to pass data back and forth...

Cordova android is now 10.0.1, i am wondering is this plugin still maintained? Because it will require API level 30 for apps to be accepted on the play store.

> I have the same problem Do we know if it has anything to do with the google changing secure storage location? I have no idea what is the causes...

@jriffel I think the conversation did continue here https://github.com/apache/cordova-plugin-file/issues/426 Then it continued here https://github.com/apache/cordova-plugin-file/pull/513 I think there is a fix for it??? Havent tried it out yet. Have a look....

Thank you @jriffel and yes, the webview has a max amount of assigned memories size, i believe that includes all the info in the local and session storage, and the...

I am having the same issue, what do i replace?? This line? ``` var exampleLoadingFunction = function() { return new Promise( function( resolve, reject ) { ```

I am also facing the same issue...

Just wondered if it is possible to resize the wrapper as well. Trying to get the width of the device and using that to set the height of the wrapper....

@zdevaty Why when i run the code you quoted it just returns ACCESS_BACKGROUND_LOCATION permission is not turned on? It does this to every single one of my request for permissions...