You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by slack-mail <pu...@gmail.com> on 2019/03/20 07:11:20 UTC

[slack-digest] [2019-03-19] #cordova-ios

2019-03-19 08:36:55 UTC - Oliver Salzburg: Apple is really cracking down with the reviews. They rejected our app because you don't purchase access to our service through their platform
----
2019-03-19 08:37:22 UTC - Oliver Salzburg: And now they want us to remove all references to our website, because people might be guided to a purchase outside their store
----
2019-03-19 08:37:32 UTC - Oliver Salzburg: Which is ridiculous
----
2019-03-19 08:38:15 UTC - Oliver Salzburg: So they specifically want us to remove the splashscreen, because that has our website URL on it. The same URL as in the store listing, but, hey
----
2019-03-19 09:51:25 UTC - julio cesar: probably related to the Spotify "war"
----
2019-03-19 10:57:07 UTC - Oliver Salzburg: Yeah. Pretty bad
----
2019-03-19 11:18:09 UTC - davidsharp: platform holders gonna platform hold
----
2019-03-19 11:59:24 UTC - Oliver Salzburg: Indeed
----
2019-03-19 11:59:59 UTC - Oliver Salzburg: Although this behavior is very specific to Apple
----
2019-03-19 12:00:44 UTC - Oliver Salzburg: Every other month they have something. I've never had anything with Blackberry, Microsoft or Google come close to the horrible experience with Apple throughout the years
----
2019-03-19 12:08:43 UTC - Oliver Salzburg: And now I have to debug why pasting no longer works on iOS... even though I won't be able to release a patch on that platform :stuck_out_tongue:
----
2019-03-19 12:53:40 UTC - julio cesar: cordova-ios 5? there was PR related to copy/paste <https://github.com/apache/cordova-ios/pull/352>
----
2019-03-19 13:23:23 UTC - Oliver Salzburg: @julio cesar Yeah 5. Wow thanks!
----
2019-03-19 13:24:38 UTC - Oliver Salzburg: Huh. So are we assuming that that patch actually broke something in the latest platform release? Because that is a rather old PR
----
2019-03-19 13:25:15 UTC - Oliver Salzburg: I am not yet up to the point where I can make debug builds of the app on this Mac. Just a myriad of build issues as always
----
2019-03-19 13:25:25 UTC - Oliver Salzburg: I wish I could see if there are any errors :stuck_out_tongue:
----
2019-03-19 13:27:53 UTC - julio cesar: It says it landed on 5.0, so could be the problem despite it's old, as other platform releases in between were patch releases probably that was not picked
----
2019-03-19 14:12:19 UTC - Oliver Salzburg: Alright, I checked that code and it doesn't seem to have any effect on my issue. With or without the "pasteboard fix", pasting just doesn't work
----
2019-03-19 14:12:32 UTC - Oliver Salzburg: I get the little "Paste" bubble over the input box, but when I tap it, nothing happens
----
2019-03-19 14:12:40 UTC - Oliver Salzburg: No errors either
----
2019-03-19 14:15:41 UTC - julio cesar: then that might be a css problem
----
2019-03-19 14:16:28 UTC - Oliver Salzburg: Yeah, I just noticed this seems to be specific to that one email input
----
2019-03-19 14:16:42 UTC - Oliver Salzburg: I have one on another page that works fine. This will be interesting
----
2019-03-19 14:17:20 UTC - julio cesar: check that it doesn't have `-webkit-user-select: none;`
----
2019-03-19 14:17:34 UTC - julio cesar: that prevents copy/paste
----
2019-03-19 14:17:39 UTC - julio cesar: change to text to allow it
----
2019-03-19 14:20:52 UTC - Oliver Salzburg: It seems related to the `autocomplete` directive on the input
----
2019-03-19 14:20:59 UTC - Oliver Salzburg: Still double-checking though
----
2019-03-19 14:32:23 UTC - Oliver Salzburg: Huh, that wasn't it
----
2019-03-19 14:34:47 UTC - Oliver Salzburg: `-webkit-user-select` is set to `text`
----
2019-03-19 14:35:15 UTC - Oliver Salzburg: Having a hard time detecting any more differences between the two inputs
----

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org
For additional commands, e-mail: dev-help@cordova.apache.org