Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@Mardaneus86
Mardaneus86 / browser bookmark
Last active April 18, 2018 13:39
HBVL Registration wall
javascript:MEDIAHUIS.storage.storage.set("rwCounter", 0);
@Mardaneus86
Mardaneus86 / AppDelegate.swift
Last active November 5, 2020 00:46
Flutter iOS methodchannel for http calls (workaround for internal MobileIron base apps) - https://github.com/flutter/flutter/issues/41500
import UIKit
import Flutter
@UIApplicationMain
@objc class AppDelegate: FlutterAppDelegate {
override func application(
_ application: UIApplication,
didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?
) -> Bool {
let controller : FlutterViewController = window?.rootViewController as! FlutterViewController