You need Utils
, isAndroid
, isIOS
from @nativescript/core
. This util does not require contact permissions, because the way this util works is only sending data to the default contact app.
import { saveToPhoneBook } from "~/util_phonebook";
import { | |
Directive, | |
Renderer2, | |
ElementRef, | |
HostListener, | |
AfterViewInit, | |
} from '@angular/core'; | |
@Directive({ | |
selector: '[DisableAutofillInput]', |
<?php | |
function makeApiRequest($url, $params = [], $method = 'GET') { | |
$options = [ | |
'http' => [ | |
'method' => $method, | |
'header' => 'Content-Type: application/x-www-form-urlencoded', | |
'content' => http_build_query($params), | |
], | |
]; |
<?php | |
function makeApiRequest($url, $params = [], $method = 'GET') { | |
// Initialize cURL session | |
$ch = curl_init($url); | |
// Set common cURL options | |
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); // Return the response as a string instead of outputting it | |
// Set method-specific cURL options | |
if ($method === 'POST') { |
People
:bowtie: |
😄 :smile: |
😆 :laughing: |
---|---|---|
😊 :blush: |
😃 :smiley: |
:relaxed: |
😏 :smirk: |
😍 :heart_eyes: |
😘 :kissing_heart: |
😚 :kissing_closed_eyes: |
😳 :flushed: |
😌 :relieved: |
😆 :satisfied: |
😁 :grin: |
😉 :wink: |
😜 :stuck_out_tongue_winking_eye: |
😝 :stuck_out_tongue_closed_eyes: |
😀 :grinning: |
😗 :kissing: |
😙 :kissing_smiling_eyes: |
😛 :stuck_out_tongue: |
@echo off | |
set /p Y=Enter adb.exe folder path: | |
cd %Y% | |
adb devices | |
pause | |
for %%X in ( | |
"com.xiaomi.glgm" | |
"pm uninstall 'com.google.android.apps.magazines" | |
"com.neptune.domino" | |
"com.jobstreet.jobstreet" |
<!DOCTYPE html> | |
<html> | |
<head> | |
<style> | |
.slide-ss-mobile:before { | |
content: 'Screenshoot'; | |
display: block; | |
margin-bottom : 15px; | |
text-transform : uppercase; | |
font-weight: bold; |
.experienceList{ | |
text-align:center; | |
font-family: "Montserrat",sans-serif; | |
} | |
.experienceList > h2 { color: #616161; } | |
.experiencePart > h4 { | |
font-size: 14px; | |
text-transform: uppercase; | |
letter-spacing: 1px; | |
color: #424242; |