D Daniele Zanoni Member Licensed User Longtime User May 13, 2020 #1 My application is built to work portrait: #Region Project Attributes #iPhoneOrientations: Portrait #iPadOrientations: Portrait #Target: iPhone, iPad #End Region But, i need a page with WebView to play a video and I need ONLY THIS PAGE in landscape. How can i do it ? Daniele
My application is built to work portrait: #Region Project Attributes #iPhoneOrientations: Portrait #iPadOrientations: Portrait #Target: iPhone, iPad #End Region But, i need a page with WebView to play a video and I need ONLY THIS PAGE in landscape. How can i do it ? Daniele
Erel B4X founder Staff member Licensed User Longtime User May 14, 2020 #2 Don't use WebView for this, use VideoPlayer. Check this post and the one linked from it: https://www.b4x.com/android/forum/threads/disable-autorotate-on-a-single-view.80699/post-511594 Upvote 0
Don't use WebView for this, use VideoPlayer. Check this post and the one linked from it: https://www.b4x.com/android/forum/threads/disable-autorotate-on-a-single-view.80699/post-511594