Skip to content

Commit 8f7d2a6

Browse files
authored
Release 0.11.1 (#89)
* fix: webview was being added to the view hierarchy regardless of the result of the registration check
1 parent a08fd34 commit 8f7d2a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

IonicPortals.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'IonicPortals'
3-
s.version = '0.11.0'
3+
s.version = '0.11.1'
44
s.summary = 'Ionic Portals'
55
s.social_media_url = 'https://twitter.com/capacitorjs'
66
s.license = 'Commercial'

Sources/IonicPortals/PortalView/PortalUIView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public class PortalUIView: UIView {
7474
return
7575
}
7676

77-
addPinnedSubview(webView)
77+
initView()
7878
registerPlugins()
7979

8080
let url = bridge.config.appStartServerURL

0 commit comments

Comments
 (0)