xaml - C# Windows Phone app full screen controls -


i developing wp 10 application includes playing videos in full screen mode. when switch full screen mode want have control buttons (play, stop...) visible on touch (at moment hidden behind full screen video). i'd appreciate if give me directions how it.

here example of wp 10 official video application control bar. appears if tap screen , disappears after second or two.

[wp10 official video app image][1]

edit: seems new sdk has built in control bar , it's simple use. add media element attribute

aretransportcontrolsenabled="true" 

seems new sdk has built in control bar , it's simple use. add media element attribute

aretransportcontrolsenabled="true" 

Comments