qasim90

Results 27 comments of qasim90

I think this fixes it ( at least on android, not checked on iOS so far): `leftWindow : OS_IOS? Ti.UI.createWindow() : Ti.UI.createView()` Just create empty view/window and assign to leftWindow...

I'm also having this issue and scratching my head since yesterday :/ Is there any solution?

Found the fix soon after commenting. Setting the `lifecycleContainer` property on webview did the trick. You've to provide the parent tab group or window, that contains the webview, using this...

I'm also having this problem. Anybody find some solution?

I think this does the job ( at least on android, not checked on iOS so far): `leftWindow : OS_IOS? Ti.UI.createWindow() : Ti.UI.createView()` Just create empty view/window and assign to...

Someone update it for Ti 7+ please. @skypanther ?

@demchenkoalex Is this feature available in V2? If yes, could you share a code snippet? Thanks a lot for this great package btw. Now implementing chat is way easier than...