Results 123 comments of Ghazi

unfortunately. not yet. you can stream media but only when app is on active screen, SWV does not has service intent as of now for background tasks. but if you...

SWV is supposed to give native app experience. So multiple windows/tabs don't seem very appropriate and make it more of a browser than app, there is Chrome tabs option though,...

> how to enable strict gps permission enabled as i am working on a app that uses current location. with every coming android update all permissions are totally upto user...

there might be some application constantly making requests to camera in background. try restarting your device and open the webview to test for once if it is able to open...

never tested it. you can try and let us know.

I'm sorry, are you using Smart WebView? or asking for a normal webview? You should use cookies better to get a hold of login sessions.

``` import android.hardware.Camera; import android.hardware.Camera.CameraInfo; ... cameraId = findFrontFacingCamera(); if (cameraId < 0) { Toast.makeText(this, "No front facing camera found.", Toast.LENGTH_LONG).show(); ... } else { camera = Camera.open(cameraId); ... }...

I'm going to assume that you've already added your intended web address in manifest data filter > host. If the screen goes white, it probably means there is some port...

Does it opens links inside apps internal browser (chrome tab) or force opens your default browser.

@ATSGIT do you record any logs? I'd need to look into it.