Navigation

    Monaca & Onsen UI
    • Login
    • Search
    • Tags
    • Blog
    • Playground
    1. Home
    2. Tags
    3. ios

    • J

      iOS Release Build fails when using OneSignal
      Monaca Tools • ios build release error fail onesignal cocoapods • • jonasdev

      2
      0
      Votes
      2
      Posts
      4560
      Views

      J

      Okay, today the build succeeded without a problem. I guess the error is fixed.
    • Q

      Quickly upload ipa files to the iTunes Connect tool
      Developer Corner • ios ios certificate • • qtb000

      1
      0
      Votes
      1
      Posts
      3159
      Views

      No one has replied

    • T

      [welfare]Not use Apple developer ID to create ios certificate
      Developer Corner • ios ios certificate • • tian lin

      2
      0
      Votes
      2
      Posts
      4445
      Views

      D

      Is this legal ?
    • M

      Really, really noob question...
      Onsen UI • ios android styling • • mitya33

      3
      0
      Votes
      3
      Posts
      3525
      Views

      @mitya33 Hi, welcome on board! Onsen UI just provides the original default styles for both platforms but you are not forced to use them. You can either override whatever you need or directly generate your own theme.
    • T

      ios certificate created (.p12)and(.mobileprovision)
      Developer Corner • ios ios certificate • • tian lin

      2
      0
      Votes
      2
      Posts
      4447
      Views

      T

      Appuploader installation tutorial http://www.applicationloader.net
    • Q

      How to submit your iOS app to App Store in Windows
      Developer Corner • ios • • qtb000

      1
      0
      Votes
      1
      Posts
      12883
      Views

      No one has replied

    • A

      Blan screen when run in ios onsen+Vue.js
      Onsen UI • ios build vue.js run • • amir ardalan

      2
      0
      Votes
      2
      Posts
      3201
      Views

      @amir-ardalan We cannot do anything before seeing some code. Are you using Monaca CLI or Localkit templates? You can run apps in your devices with Monaca Debugger as well.
    • A

      Urgent: <ons-list> doesn't work in iOS
      Onsen UI • onsen2 ios angularjs 1 • • arcadio

      1
      0
      Votes
      1
      Posts
      3347
      Views

      No one has replied

    • [Solved] Weird Top Bar Behavior on iOS
      Onsen UI • ios statusbar • • Julian Wagner

      7
      0
      Votes
      7
      Posts
      11811
      Views

      Ok, so the gap came by the Onsen Status-bar-fill Utility Function: https://onsen.io/v2/docs/js/util.html As you can see there you can disable this function with ons.disableAutoStatusBarFill(). So did I in my Meteor App, its has a own function for this. The reason why it just appeared on the second page was that I somehow manipulated the design with my tab navigation structure. I fixed this before I found the upper solution and than had the gap on all pages lol.
    • P

      Unsolved Ons-tabbar not working on ios with onsenui from v2.0.0 - 2.0.2
      Onsen UI • angular 1 onsen2 ons-tabbar ios ons-tab • • Prior Famous Ehichioya

      13
      0
      Votes
      13
      Posts
      13433
      Views

      @Carlos-Mejía Ok, I see now. Can you confirm if this codepen works? https://codepen.io/anon/pen/jMgoQG?editors=1010 The issue with the style that you have, is that the templates are nested inside of an ons-page and therefore they are trying to be rendered. I have moved them outside of that tag and everything appears to be working on my end, but I want to make sure it works on your devices.
    • B

      ons-ripple in ons-list-item won't worked on iOS
      Onsen UI • ios ons-list-item ons-ripple • • birfincankafein

      3
      0
      Votes
      3
      Posts
      5293
      Views

      @birfincankafein It’s a bit weird to have ripple effect on iOS. Normally you want it tappable in iOS and we automatically convert it to ripple for the Android version. If you want to force ripple then, as @munsterlander suggests, just write ripple attribute: <ons-list-item ripple>. You can try it in the tutorial.