prakash

Results 7 comments of prakash

Any updates on openVpn on Caprover ?

# JavaScript Code import { JSOM } from 'jsdom'; import axios from 'axios'; const res = await axios('https://play.google.com/store/apps/details?id=com.yourapp'); const dom = new JSDOM(res.data); const scripts = Array.from(dom.window.document.querySelectorAll('script')); const script =...

# Try This ## Works for now public function getAndroidVersion(string $storeUrl): string { $html = file_get_contents($storeUrl); $matches = []; preg_match('/\[\[\[\"\d+\.\d+\.\d+/', $html, $matches); if (empty($matches) || count($matches) > 1) { throw...

where ? i am not able to find notification color property anywhere i am already using default color , but that doesnt fix the issue . Do you mean through...

@sarbagyastha Is there any way, so that we can set a custom video quality like 360p permanently.

When the version of null safety will be released ??