Navigation

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

    markus

    @markus

    1
    Reputation
    4
    Posts
    683
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    markus Follow

    Posts made by markus

    • RE: How to prevent a page from scrolling?

      Did you try

      $(".page__content").css("overflow","none");
      
      posted in Onsen UI
      M
      markus
    • Cancel build / remove build from queue

      Hi. Is there a way to cancel a build by removing it from the build queue? It would avoid unnecessary server load.

      Thanks and greetings
      Markus

      posted in Monaca Tools
      M
      markus
    • RE: cordova ios 5.1.0 required to eliminate ITMS-90809: Deprecated API Usage UIWebView issue

      Yes it’s working, thanks. I did not realize that monaca already supports cordova 5.1.1.
      Just when adding the plugins I’m getting the warning again. But that’s my turn.

      By the way: cordova-plugin-wkwebview-file-xhr is required. Otherwise the local xhr requests will fail.

      posted in Monaca Tools
      M
      markus
    • cordova ios 5.1.0 required to eliminate ITMS-90809: Deprecated API Usage UIWebView issue

      Hi there. I’m looking for a replacement of phonegap build. This service looks great, but there are some issues left.

      I’m still getting “ITMS-90809: Deprecated API Usage” when deploying my app to AppStore.
      I’ve removed all plugins, except:
      cordova-plugin-wkwebview-engine 1.2.1
      cordova-plugin-wkwebview-file-xhr 2.1.4
      cordova-plugin-splashscreen (added by monaca)
      monaca-plugin-monaca-core (added by monaca)

      In config.xml I’ve set:
      <preference name=“WKWebViewOnly” value=“true”/>
      <feature name=“CDVWKWebViewEngine”>
      <param name=“ios-package” value=“CDVWKWebViewEngine”/>
      </feature>
      <preference name=“CordovaWebViewEngine” value=“CDVWKWebViewEngine”/>

      <engine name=“ios” spec=“5.1.0”/>

      I’ve also selected WKWebView as WebView Engine in monaca’s iOS App Settings.

      Obviously monaca does not support cordova ios 5.1.0 yet.
      And I guess the flag WKWebViewOnly=true is required to make it working but its not supported in cordova ios engines less then 5.1.0.

      Can you help please?

      Greetings
      Markus

      posted in Monaca Tools
      M
      markus