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.
Windows 10 problems - is it supported?
-
I think Onsen UI has problems with Windows 10 UWP / phone & desktop. If I scroll the content of a page, the toolbars and other content scroll too (this doesn’t happen on Android).
The animations are slow and sluggish compared to Android and even the Edge browser runs smooth (even though with the scrolling issue described above).
Is there a setting I need to switch on or is this platform just not supported. Problem is, I am new to hybrid apps / JS and love the pure JavaScript I can use with Onsen UI and it is the only framework that makes sense to me when I read code.
I hope this can be resolved!
-
I was able to resolve at least one problem where the entire page was scrollable instead of just the content being scrollable. This did the trick in CSS:
body { overflow: hidden; -ms-content-zooming: none; }
Can this be included in the default Onsen UI blank template? And the other problem with the animations still persists.
-
@alexej Hello! We had to remove Windows Phone support due to a lack of to time and devices for testing. Probably it just needs some minor fixes like the one you posted but yeah, we don’t officially support it right now :|
-
That was really bad news.
Uninstalling this so far then…