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

re GoNative

I set up my wrapped website via GoNative and had a lifetime licence. Google playstore tells me that I must upgrade my API, which of course I must do in Median But Median are now asking me to pay $399 to do this. Surely this is not correct/fair. etc as I have already paid a lifetime fee to GoNative, which I assume has been bought out by Median. Who can I talk to about this to get it sorted out. I have two days before Playstore negate my app due to their recent announcement. Thanks for your help SImon
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?
ANSWERED

JavaScript Bridge OneSignalDeviceInfo Not Working on Android

We are using the javascript bridge in our application, not the NPM package, to get the deviceinfo to update the external id within onesignal. This works perfectly for iOS but not Android. Testing is being done via the Meidan Simulator. ``` if(window.median) function median_onesignal_info(oneSignalInfo) { if(oneSignalInfo.externalId == undefined){ median.onesignal.externalUserId.set({ externalId: "#####" }); } } } ``` I've even added an alert within window.median before the median_onesignal_info function which never gets called/reached on Android. Again, everything works on iOS. Please help.
ANSWERED

Location is not turned on

Greetings, I tried to convert my PWA into. APK on your site. The app should get the current position of the user. It works fine on the web. But on Android phones, it asks the user for permission then when user allows it, the location services does not open and position is not returned. API used is navigator.geolocation.getcurrentposition(). Website is https. It works fine on web either on desktops or Android browsers.
ANSWERED

My app is only crashing on IOS simulator.

I cant seem to track down this issue. The only thing i have changed is the branding images. would this be the issue? 2024-08-23 18:13:03.764662+0200 Median[74107:3041717] **_ Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[NSNull boolValue]\: unrecognized selector sent to instance 0x104610590' _** First throw call stack: ( 0 CoreFoundation 0x0000000104389128 **exceptionPreprocess + 172 1 libobjc.A.dylib 0x000000010176012c objc_exception_throw + 56 2 CoreFoundation 0x000000010439df78 +[NSObject(NSObject) instanceMethodSignatureForSelector:] + 0 3 CoreFoundation 0x000000010438d278 _**forwarding**\_ + 1280 4 CoreFoundation 0x000000010438f59c \_CF_forwarding_prep_0 + 92 5 GoNativeCore 0x000000010042a0a0 -[GoNativeAppConfig processConfig] + 30416 6 GoNativeCore 0x000000010042297c -[GoNativeAppConfig setupFromJsonFiles] + 624 7 GoNativeCore 0x00000001004226c8 +[GoNativeAppConfig sharedAppConfig] + 156 8 Median 0x000000010029a **_ Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[NSNull boolValue]\: unrecognized selector sent to instance 0x104610590' _** First throw call stack: ( 0 CoreFoundation 0x0000000104389128 **exceptionPreprocess + 172 1 libobjc.A.dylib 0x000000010176012c objc_exception_throw + 56 2 CoreFoundation 0x000000010439df78 +[NSObject(NSObject) instanceMethodSignatureForSelector:] + 0 3 CoreFoundation 0x000000010438d278 \*\*\_forwarding_** + 1280 4 CoreFoundation 0x000000010438f59c \_CF_forwarding_prep_0 + 92 5 GoNativeCore 0x000000010042a0a0 -[GoNativeAppConfig processConfig] + 30416 6 GoNativeCore 0x000000010042297c -[GoNativeAppConfig setupFromJsonFiles] + 624 7 GoNativeCore 0x00000001004226c8 +[GoNativeAppConfig sharedAppConfig] + 156 8 Median 0x000000010029a3a4 -[LEANRootViewController awakeFromNib] + 68 9 UIKitCore 0x000000012e4e2ea4 -[UINib instantiateWithOwner:options:] + 1748 10 UIKitCore 0x000000012ea4e308 -[UIStoryboard __reallyInstantiateViewControllerWithIdentifier:creator:storyboardSegueTemplate:sender:] + 232 11 UIKitCore 0x000000012ea4e1e4 -[UIStoryboard _instantiateViewControllerWithIdentifier:creator:storyboardSegueTemplate:sender:] + 76 12 UIKitCore 0x000000012e8cc90c -[UIApplication _loadMainStoryboardFileNamed:bundle:] + 136 13 UIKitCore 0x000000012e8ccd1c -[UIApplication _loadMainInterfaceFile] + 152 14 UIKitCore 0x000000012e8cbbd4 -[UIApplication _runWithMainScene:transitionContext:completion:] + 688 15 UIKitCore 0x000000012df797f4 -[_UISceneLifecycleMultiplexer completeApplicationLaunchWithFBSScene:transitionContext:] + 104 16 UIKitCore 0x000000012e4915ec \_UIScenePerformActionsWithLifecycleActionMask + 96 17 UIKitCore 0x000000012df7a0f4 **101-[_UISceneLifecycleMultiplexer _evalTransitionToSettings:fromSettings:forceExit:withTransitionStore:]\_block_invoke + 188 18 UIKitCore 0x000000012df79c68 -[_UISceneLifecycleMultiplexer _performBlock:withApplicationOfDeactivationReasons:fromReasons:] + 212 19 UIKitCore 0x000000012df79f4c -[_UISceneLifecycleMultiplexer _evalTransitionToSettings:fromSettings:forceExit:withTransitionStore:] + 576 20 UIKitCore 0x000000012df79950 -[_UISceneLifecycleMultiplexer uiScene:transitionedFromState:withTransitionContext:] + 244 21 UIKitCore 0x000000012df83c24 **186-[_UIWindowSceneFBSSceneTransitionContextDrivenLifecycleSettingsDiffAction _performActionsForUIScene:withUpdatedFBSScene:settingsDiff:fromSettings:transitionContext:lifecycleActionType:]\_blo 22 UIKitCore 0x000000012e39257c +[BSAnimationSettings(UIKit) tryAnimatingWithSettings:fromCurrentState:actions:completion:] + 656 23 UIKitCore 0x000000012e4a77a0 \_UISceneSettingsDiffActionPerformChangesWithTransitionContextAndCompletion + 196 24 UIKitCore 0x000000012df83930 -[_UIWindowSceneFBSSceneTransitionContextDrivenLifecycleSettingsDiffAction _performActionsForUIScene:withUpdatedFBSScene:settingsDiff:fromSettings:transitionContext:lifecycleActionType:] + 288 25 UIKitCore 0x000000012dde1338 **64-[UIScene scene:didUpdateWithDiff:transitionContext:completion:]\_block_invoke.198 + 608 26 UIKitCore 0x000000012dde00e8 -[UIScene _emitSceneSettingsUpdateResponseForCompletion:afterSceneUpdateWork:] + 208 27 UIKitCore 0x000000012dde0fbc -[UIScene scene:didUpdateWithDiff:transitionContext:completion:] + 220 28 UIKitCore 0x000000012e8ca9ac -[UIApplication workspace:didCreateScene:withTransitionContext:completion:] + 484 29 UIKitCore 0x000000012e3b9cc4 -[UIApplicationSceneClientAgent scene:didInitializeWithEvent:completion:] + 260 30 FrontBoardServices 0x0000000107958190 -[FBSScene _callOutQueue_didCreateWithTransitionContext:completion:] + 296 31 FrontBoardServices 0x00000001079813d4 **92-[FBSWorkspaceScenesClient createSceneWithIdentity:parameters:transitionContext:completion:]\_block_invoke.82 + 224 32 FrontBoardServices 0x0000000107964d6c -[FBSWorkspace _calloutQueue_executeCalloutFromSource:withBlock:] + 160 33 FrontBoardServices 0x000000010798114c **92-[FBSWorkspaceScenesClient createSceneWithIdentity:parameters:transitionContext:completion:]\_block_invoke + 284 34 libdispatch.dylib 0x00000001038dfd3c \_dispatch_client_callout + 16 35 libdispatch.dylib 0x00000001038e3c4c \_dispatch_block_invoke_direct + 376 36 FrontBoardServices 0x00000001079a4b24 **FBSSERIALQUEUE_IS_CALLING_OUT_TO_A_BLOCK** + 44 37 FrontBoardServices 0x00000001079a4a00 -[FBSMainRunLoopSerialQueue _targetQueue_performNextIfPossible] + 196 38 FrontBoardServices 0x00000001079a4b58 -[FBSMainRunLoopSerialQueue _performNextFromRunLoopSource] + 24 39 CoreFoundation 0x00000001042e9f18 **CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION** + 24 40 CoreFoundation 0x00000001042e9e60 **CFRunLoopDoSource0 + 172 41 CoreFoundation 0x00000001042e95d0 **CFRunLoopDoSources0 + 232 42 CoreFoundation 0x00000001042e3cb8 \*\*CFRunLoopRun + 768 43 CoreFoundation 0x00000001042e35a4 CFRunLoopRunSpecific + 572 44 GraphicsServices 0x0000000106febae4 GSEventRunModal + 160 45 UIKitCore 0x000000012e8c92e4 -[UIApplication _run] + 868 46 UIKitCore 0x000000012e8ccf5c UIApplicationMain + 124 47 Median 0x000000010029e5ac main + 412 48 dyld 0x00000001005a5544 start_sim + 20 49 ??? 0x00000001004b1f28 0x0 + 4299890472 50 ??? 0xac5b000000000000 0x0 + 12419520397404274688 ) libc++abi: terminating due to uncaught exception of type NSException co.median.ios.wjdrpj: 74107
ANSWERED

IOS only crash

Hello, We are having an issue only on iOS where the app crashes on launch. In Appetize, we can see it's giving the error "2024-08-22 14:36:51.302812-0700 Median[67887:4303791] [SceneConfiguration] Info.plist contained no UIScene configuration dictionary (looking for configuration named "(no name)")" We are unsure what's causing this. We restored to a previous median backup and are still getting the same crash. The crash does not happen on Android. Thank you,