离子:我需要从 IOS 上的 InAppBrowser 获取 httpOnly cookie,

问题描述

我使用了 cookie 插件,我可以在 Android 中获取 httpOnly cookie

但不在IOS中

这是插件代码(ios版): private Brush[] colors = {Brushes.Blue,Brushes.Red,Brushes.Yellow}; private int index = 0; private void buttonColor_Click(object sender,RoutedEventArgs e) { Button button = (Button) sender; index++; index %= colors.Length; button.Background = colors[index]; }

有什么帮助吗?

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)