πͺCustom App
Making a special application for Gksphone v2
Adding the app
Open App
RegisterNUICallback('getInfo', function(data, cb)
print("The function that will run when it enters the application")
cb('ok')
end)Exports - Client
InputChange
local data = true -- true or false
exports["gksphone"]:InputChange(data)<input type="text" onfocus="inputFocused(false)" onblur="inputFocused(true)">
<script>
async function inputFocused(value) {
//await NuiFetch("input", value);
}
</script>NuiSendMessage
Exports - Server - Client
CustomApp
Javascript UI
Dark Mode Check
Loading Poup
Notify
Call
Video Call
Camera Open
Get Gallery Poup
Image or Video Viewer
Emoji Poup Open
setStatusBarColor
Last updated