stonesam92/ChitChat

ChitChat for iOS (iPad)

Opened this issue · 3 comments

Did you consider adapting your code and write an iOS-Webview wrapper App?
Would be pretty awesome.

I believe the issue would be that Apple do not approve a WebView in the App store. Maybe you could have something to be sideloaded from XCode.

The App was not meant to be uploaded to the AppStore.
I tested this out, but the UIWebView currently does not support indexedDB.

Furthermore i read, that in iOS only one App can be active at the same time, so i am not sure about getting messages while not active in our little wrapper-app.

I guess this is the reason why nobody developed somethink like that.

Can s.o. confirm that?

Running Whatsapp Web is possible in WKWebView under iOS 9 (https://github.com/joelfischerr/WhatsPad/tree/master).