TheDude70
TheDude70
Will this get merged any time soon?
Same issue. with webview inside ScrollView. Everything over the screen height is just blank. Webview has fix height, so no scrolling in the WebView itself. Taking webview outside the Scrollview...
@vijaypaliwal Had similar issue and was able to 'fix' it with instead of following exactly the example, to use `SocketMobile.start({bundleId: YOUR_BUNDLE_ID, developerId: YOUR_DEV_ID, appKey: YOUR_APP_KEY})` not specifying the keys caused...