Advertisement
SpaTeam

What's new 2.6.5 (en)

Oct 4th, 2016
634
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.49 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <meta charset="UTF-8" content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0' name='viewport' />
  4. <style>
  5. @font-face {
  6. font-family: "SRG SSR Type Regular";
  7. src: url("http://www.rts.ch/play/assets/build/production/css/fonts/SRGSSRType_Rg.ttf") format("truetype");
  8. }
  9. @font-face {
  10. font-family: "SRG SSR Type Bold";
  11. src: url("http://www.rts.ch/play/assets/build/production/css/fonts/SRGSSRType_Bd.ttf") format("truetype");
  12. }
  13. body {
  14. font-family: "SRG SSR Type Regular";
  15. -webkit-touch-callout: none;
  16. -webkit-user-select: none;
  17. -webkit-text-size-adjust: 100%;
  18. color: #ffffff;
  19. background-color: #000000;
  20. }
  21. </style>
  22. <body>
  23.  
  24. <h1>What's new</h1>
  25. <h2>2.6.5</h2>
  26. <p>Thank you for your feedback, there are very useful.</p>
  27. <h2>2.6.3</h2>
  28. <ul>
  29. <li>When using AirPlay Mirroring from your device, playing a video correctly switches to full-screen playback.</li>
  30. <li>The stability of the application has been improved.</li>
  31. </ul>
  32. <p>Feedback using the application’s top-right button is valuable and greatly appreciated.</p>
  33. <h2>2.6.2</h2>
  34. <ul>
  35. <li>You can continue watching a video on AirPlay, even when your device is locked or when using other applications.</li>
  36. <li>If you are listening to music with the music application and watch a video in our application, music playback will automatically resume once the video player is closed.</li>
  37. <li>The stability of the application has been improved.</li>
  38. </ul>
  39.  
  40. </body>
  41. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement