Hi, I cant play the video on the phone but it video play in emulator. What can I do wrong?
I added <feature> in the config.xml
<?xml version="1.0" encoding="UTF-8"?> <widget xmlns="http://www.w3.org/ns/widgets" xmlns:tizen="http://tizen.org/ns/widgets" id="http://yourdomain/ytyututyu" version="1.0.0" viewmodes="maximized"> <tizen:application id="SYjc47dU4v.ytyututyu" package="SYjc47dU4v" required_version="2.2"/> <content src="index.html"/> <feature name="http://tizen.org/feature/screen.size.all"/> <feature name="http://tizen.org/feature/application.launch" required="true"/> <icon src="icon.png"/> <name>ytyututyu</name> </widget>
My html file
<video id="video" src="http://www.quirksmode.org/html5/videos/big_buck_bunny.mp4" width="500" height="350" controls>
When I click play, nothing happens.