TheFinestArtist / FinestWebView-Android

Beautiful and customizable Android Activity that shows web pages within an app.
https://finestwebview.web.app
2.32k stars 531 forks source link

how to open a file url? e.g. www.mydomain.com/videos/myvideo.mp4 ?? #119

Open billionbucks opened 7 years ago

billionbucks commented 7 years ago

so this is how i'm opening my url

new FinestWebView.Builder(mContext).show(url);

here url = https://video.twimg.com/ext_tw_video/850333144557465601/pu/vid/180x320/KZ4HQ4WP72QyNwli.mp4

why isn't streaming the video, am i missing something?

liangpengfei commented 7 years ago

It's seems that this lib do not work well with video play . I used this lib to open a web page contains a video,the video can play well but can't turn to fullscreen mode.

mwshubham commented 6 years ago

same thing with image URL.