Navigation

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

    jamal

    @jamal

    Beneficial knowledge is everlasting.

    16
    Reputation
    150
    Posts
    2101
    Profile views
    1
    Followers
    1
    Following
    Joined Last Online
    Location {Planet Earth};

    jamal Follow

    Posts made by jamal

    • RE: Open specific page with custom url scheme

      @scarlet20,

      See: https://stackoverflow.com/questions/34257097/using-handleopenurl-with-custom-url-scheme-in-cordova/34281420#34281420

      posted in Monaca Tools
      jamal
    • RE: Open specific page with custom url scheme

      @scarlet20, I assume you are using https://github.com/EddyVerbruggen/Custom-URL-scheme#readme

      If so, read the Usage section and how to the write the handleOpenURL(url) method, which receives the URL that was used to launch your app.

      posted in Monaca Tools
      jamal
    • RE: Script Errors when running the App

      See https://content-security-policy.com

      posted in Developer Corner
      jamal
    • RE: Script Errors when running the App

      @gwclubexpress,

      Try adding https; after ‘unsafe-eval’.
      So content="… ‘unsafe-eval’ https;"

      HTH,
      Jamal

      posted in Developer Corner
      jamal
    • RE: Plugin that controls uiwebview

      @gwclubexpress, see https://monaca.io/headline/

      Select “Configure -> App Settings for iOS” from the IDE header menu and update the item “WebView Engine” to “WKWebView”.
      For the build environment, select the menu “Build -> Build Environment Settings…” and set “iOS 5.1.1” and “Xcode 11.3”.
      Select “Configure -> JS/CSS Components Settings…” and update Monaca Core Utility to version 2.1.0

      posted in Developer Corner
      jamal
    • RE: Plugin that controls uiwebview

      @gwclubexpress, what plugins are using?

      Also, make sure you are using the latest plugins from their vendors.

      Unfortunately, Apple does not report what plugins that still use UIWebView in your app when they return ITMS-90809.

      posted in Developer Corner
      jamal
    • RE: App launch page is not saved.

      @jeb62868, are you building your Android app for debug or distribution?

      If for distribution, did you configure and import the KeyStore and Alias?

      posted in Monaca Tools
      jamal
    • RE: ons.platform browser detection methods not working on mobile

      @danielfranz, I am not sure what you are trying to achieve and purpose.

      Is the app native?

      What is the app environment?

      posted in Onsen UI
      jamal