jamal
@jamal
Beneficial knowledge is everlasting.
Posts made by 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.
-
RE: Script Errors when running the App
Try adding https; after ‘unsafe-eval’.
So content="… ‘unsafe-eval’ https;"HTH,
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 -
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.
-
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?
-
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?