ANSWERED

Adding capabilities on iOS

Is it always necessary to manually add capabilities such as Push Notifications and IAP when you download a build? It's an error prone step as one must always remember to add the capabilities (and provisioning profiles). Is it possible to configure on App Studio to already include these in the build? If not, are there plans to support this in the near future? Thank you
ANSWERED

Pull to Refresh doesn't trigger

Hi, I have added some styles to html element to hide a scrollbar, but now the Pull to Refresh feature stopped to work. Can I trigger it programmatically? That are my styles to hide scrollbars: html { overflow: hidden; height: 100vh; padding-right: 20px; margin-right: -20px; } body { overflow: auto; height: 100%; }
ANSWERED

first time use

Hello, I am using it for free. This screen will appear. Do I need to purchase it to eliminate it? [block:image] { "images": [ { "image": [ "https://files.readme.io/5b5dca0e1414d4efa06746f515f36a7f88a3e704c90b4bb0e4c7cf4c01aaa61e-image.png", null, null ], "align": "center", "border": true } ] } [/block]
ANSWERED

Nasser

Hi! I was looking to confirm if there is a support number I can contact Median at? Thank you,
ANSWERED

IAP products array is empty

Hi. I am having a bug where the products array is not being loaded and is showing as empty. I have followed the steps in your docs: 1- Paid for the IAP plugin 2- Downloaded a new build 3- Added the IAP capability on Xcode 4- Hosted the JSON file with the "Content-Type: application/json" header (see "curl -i <https://app.scooch.pet/iap/productsApple.json">) 5- Built a debug page to see the output of median.iap.info() 6- Received an empty products array: { "inAppPurchases": { "platform":"iTunes", "canMakePurchases": true, "products": \[] } } Can you please advise? There's one question in the forums that look exactly the same but remains unanswered 1 year later: <https://median.co/discuss/643910840a9abc0057466164> Thank you
ANSWERED

how to hide sidebar on a particular page ?

is it possible to hide sidebar on a particular page?
ANSWERED

Health Kit and Google Kit Customization

Is it possible to customize my web application in Median to add Health Kit and Google Fit integration?
ANSWERED

Document download

When we download a document on our web app median we have a button "back" that appears (above the tab bar) only on IOS. It doesn't seem to come from our code. How do I remove this button? Thanks a lot
ANSWERED

The login form is hidden behind the keyboard on Android

Our login form his hidden behind the keyboard on Android but no iOS. When I visit our page via the browser on Android it moves up. How do I resolve this with a Median app on Android when it doesn't happen on iOS or in an Android browser?
ANSWERED

ReferenceError: Can't find variable: median

Hi! How to solve this?