Closed poc7667 closed 5 years ago
Hi @poc7667 , thanks for using ProMotion-menu!
A few things:
application:didFinishLaunchingWithOptions:
directly in a PM::Delegate
. Instead, use on_load(app, options)
. class FbScreen < PM::Screen
def load_webscreen
app_delegate.menu.center = WebScreen.new(url: SITE_URL)
end
end
THe side menu won't work on my webscreen from the fb_screen.
But it works if it opened from
MenuDrawer
on app_delegateAppdelegate
menu dralwer
FB screen
NavigationScreen