Michael Gangolf

Results 266 comments of Michael Gangolf

The `Availability` shows only iOS and macOS so I don't think it should be moved into the iOS namespace. Making (some of) them parity is the better way: https://github.com/tidev/titanium_mobile/pull/13456 it's...

@jquick-axway thanks for the input! Didn't know that! I think a better solution would be record to wav and use ffmpeg to convert it to mp3. So you still can...

@hansemannn we have to check what we want here: https://jira-archive.titaniumsdk.com/TIMOB/TIMOB-27893 see the comment by Joshua from 2020-06-20. The `touchEnabled:false` part _is working fine now in 10.1.1.GA_. This PR will only...

@garymathews think this one should then be closed: https://github.com/appcelerator/titanium_mobile/pull/9627

I think that this is not related to the SDK itself. `onlost` or `unregisternetworkcallback` are not part the SDK. So I'll close this. Feel free to create a new issue...

Good catch! ``` var win1 = Ti.UI.createWindow({ backgroundColor: '#fff', }); win1.add(Ti.UI.createLabel({ touchEnabled: false, text: 'Click to hide - animated' })); var isOpen = true; win1.addEventListener("click", function() { isOpen = !isOpen;...

@hansemannn let's continue the search here. I can reproduce the error with the `` example above BUT only with `TABS_STYLE_BOTTOM_NAVIGATION`

I have another app where the `itemId` fixed the issue too. Still unsure about the TabGroup :thinking:

To have the hyperloop workaround here too if someone finds this issue: ```js const WebView = require('android.webkit.WebView'); var webView = new WebView($.www); // convert your WebView to a native WebView...

I've triggered the build again. If it runs successfully you can also download the artifact from there. Otherwise as @Xlinx64 showed. Check https://stackoverflow.com/a/30584951/5193915 how to get a PR. @Xlinx64 just...