Support Required for Running Web-Based Application...
# support
y
We have created a web-based application using your services, and we would like to run it on mobile devices without creating a separate Android app. However, we are facing an issue the SDK is not working properly on mobile phones. Could you please suggest a solution or workaround that would allow us to make the application run smoothly on mobile as well?
v
Suggestion: Try running your web app in "Add to Home Screen" (PWA) mode on mobile, which often improves compatibility and access to device features. For best results, ensure your app includes a manifest and is served over HTTPS.
Copy code
json
// manifest.json example
{
  "name": "Your App Name",
  "short_name": "App",
  "start_url": ".",
  "display": "standalone",
  "background_color": "#fff",
  "theme_color": "#2196f3"
}
After adding the manifest, prompt users to "Add to Home Screen" for a more app-like experience and better SDK performance on mobile. [See more on web app manifests](https://docs.vapi.ai/documentation/get-started/make-a-web-call) Sources: - [Web SDK](https://docs.vapi.ai/sdk/web) - [Make a web call](https://docs.vapi.ai/documentation/get-started/make-a-web-call)
y
Not working is there any other option to solve this
c
Hello, Thanks for reaching out to us. We are sorry for the inconvenience. Can you give more details about your concern? Your Org ID, email address and other details that will help us pinpoint your account and to look further into it? We will investigate further and we appreciate your kind understanding and patience.
3 Views