We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a08fd34 commit 8f7d2a6Copy full SHA for 8f7d2a6
IonicPortals.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = 'IonicPortals'
3
- s.version = '0.11.0'
+ s.version = '0.11.1'
4
s.summary = 'Ionic Portals'
5
s.social_media_url = 'https://twitter.com/capacitorjs'
6
s.license = 'Commercial'
Sources/IonicPortals/PortalView/PortalUIView.swift
@@ -74,7 +74,7 @@ public class PortalUIView: UIView {
74
return
75
}
76
77
- addPinnedSubview(webView)
+ initView()
78
registerPlugins()
79
80
let url = bridge.config.appStartServerURL
0 commit comments