Navigation

    Monaca & Onsen UI
    • Login
    • Search
    • Tags
    • Users
    • Blog
    • Playground
    1. Home
    2. pdaldegan
    P
    • Flag Profile
    • Profile
    • Following
    • Followers
    • Blocks
    • Topics
    • Posts
    • Best
    • Groups
    Save
    Saving

    pdaldegan

    @pdaldegan

    0
    Reputation
    3
    Posts
    218
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    pdaldegan Follow

    Posts made by pdaldegan

    • RE: ITMS-90809: Deprecated API Usage - New apps that use UIWebView are no longer accepted. Instead, use WKWebView for improved security and reliability

      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.

      0_1593706765753_32965ff8-83ff-4903-98ee-55801194155c-image.png

      posted in Monaca Tools
      P
      pdaldegan
    • RE: Missing app icon on IOS build

      Any resolution on that? I am facing the same issue.

      posted in Monaca Tools
      P
      pdaldegan
    • RE: <ons-list> expandable not working !!

      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>

      posted in Onsen UI
      P
      pdaldegan