Changelog v1.0.2

Fixes

Racing

CEX - Crypto App

Custom Apps

Extended the api

window.okokPhone.uploadMedia(type: 'image' | 'video', blob: Blob):Promise<{
  src: string;
  timestamp: string;
  type: 'image' | 'video';
  id: string;
  width: number;
  height: number;
  }>

 window.okokPhone.saveToGallery(url: string):Promise<boolean>

📁 Files Changed