I want to know is there any way that I can use my .php file in app without uploading it to my website.
Something like any custom webview that loads my html, php , css file
Purpose,
I have a script that takes yt url as input and loads video without the title, logo etc.
Now I want to load that yt url to load the video in app (without youtube info ,ie. logo , subscribe on pause etc)
It takes yt url as GET Input and loads the embedded YouTube video and then the JavaScript just deletes the title, logo , more videos etc…
So that I get only the YT Video with controls (speed, quality, etc…)