diff --git a/inspector/ios-inspector/ForgeModule/tabs_API.m b/inspector/ios-inspector/ForgeModule/tabs_API.m index d58b040..0bfbf67 100644 --- a/inspector/ios-inspector/ForgeModule/tabs_API.m +++ b/inspector/ios-inspector/ForgeModule/tabs_API.m @@ -170,6 +170,7 @@ + (void) setTitle:(ForgeTask*)task modal:(NSString*)modal title:(NSString*)title if (viewController == nil) { return; } + viewController.title = title; viewController.navigationBarTitle.title = title; } diff --git a/module/ios/module.a b/module/ios/module.a index 534f95b..0e102d6 100644 Binary files a/module/ios/module.a and b/module/ios/module.a differ diff --git a/module/manifest.json b/module/manifest.json index bf2dbc6..64c35d3 100644 --- a/module/manifest.json +++ b/module/manifest.json @@ -1,8 +1,8 @@ { - "changes": "* Fixed: Cannot open documents saved locally with `forge.file.saveURL`\n* Fixed: iOS 12 crashes when opening documents saved locally.\n* Fixed: `opaqueTopBar` property does not render properly on iOS 13.2.x.* Fixed: navigation and status bar tints aren't set on iOS when `opaqueTopBar` property is set.", + "changes": "* Fixed: Set title on iOS on tabs load", "description": "APIs to deal with opening browser tabs and external sites within your app.\n\nThe tabs module allows you to open external sites in an un-trusted popup view that your users can close at any point.", "min_platform_version": "v2.8.4", "namespace": "tabs", "platform_version": "v2.8.4", - "version": "3.4.2" + "version": "3.4.4" }