Notice: The Monaca & Onsen UI Community Forum is shutting down.
For Onsen UI bug reports, feature requests and questions, please use the Onsen UI GitHub issues page. For help with Monaca, please contact Monaca Support Team.
Thank you to all our community for your contributions to the forum. We look forward to hearing from you in the new communication channels.
ons-sliding-menu and ons-splitter display white/blank screen on iOS app
-
Hello Team,
I am using Onsen UI for mobile application. We are using Sliding menu control in application, it works fine in Android however shows blank/white screen in iOS.
We have used following syntax,
<ons-sliding-menu menu-page=“menu.html” main-page=“home.html” side=“left” max-slide-distance=“85%” swipable=“true” var=“menu”>
</ons-sliding-menu>It works fine in Android app, displays bank/white screen in iOS app.
We used sample application from Onsen website from https://github.com/frandiox/OnsenUI-Memo-App
Above one is also not working, displays blank/white screen in iOS app.
We also tried with ons-splitter instead of sliding menu as mentioned in demo TODO application
at https://github.com/frandiox/OnsenUI-Todo-AppAbove code works fine in Android app, displays bank/white screen in iOS app.
Quick help is highly appreciated