Confirmed users
414
edits
Line 51: | Line 51: | ||
// Attach the GeckoView to a new GeckoSession | // Attach the GeckoView to a new GeckoSession | ||
GeckoSession session = new GeckoSession(); | GeckoSession session = new GeckoSession(); | ||
session.open(); | |||
geckoView.setSession(session); | geckoView.setSession(session); | ||