Skip to content

Commit

Permalink
Release 0.11.1 (#89)
Browse files Browse the repository at this point in the history
* fix: webview was being added to the view hierarchy regardless of the result of the registration check
  • Loading branch information
Steven0351 authored Dec 6, 2024
1 parent a08fd34 commit 8f7d2a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion IonicPortals.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'IonicPortals'
s.version = '0.11.0'
s.version = '0.11.1'
s.summary = 'Ionic Portals'
s.social_media_url = 'https://twitter.com/capacitorjs'
s.license = 'Commercial'
Expand Down
2 changes: 1 addition & 1 deletion Sources/IonicPortals/PortalView/PortalUIView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public class PortalUIView: UIView {
return
}

addPinnedSubview(webView)
initView()
registerPlugins()

let url = bridge.config.appStartServerURL
Expand Down

0 comments on commit 8f7d2a6

Please sign in to comment.