Hi,
have you changed to IOS 5.1.1 at Monaca Building Settings?
It took me a while to figure that out.
I am running into a new problem now: with WKWebView, my app goes to a blank screen, and does not work.
Let me know if that works for you.
Hi,
have you changed to IOS 5.1.1 at Monaca Building Settings?
It took me a while to figure that out.
I am running into a new problem now: with WKWebView, my app goes to a blank screen, and does not work.
Let me know if that works for you.
Any resolution on that? I am facing the same issue.
I know this is an old topic, and you most probably found a solution already.
But I will reply anyway because I just run into the same problem, and others might as well.
After lots of different tests, I figured the issue was with a fixed height for the ons-list-item. In my case, I don’t really know where it is coming from, but I managed to solve it adding “height: auto”.
Adapting the code would be something like this:
<ons-list-item expandable style=“height: auto”>
Tap to expand
<div class=“expandable-content”>Expandable content</div>
</ons-list-item>