Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/ios/114.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Ios 是否可以删除弹出窗口中的URL_Ios_Popup_Alert - Fatal编程技术网

Ios 是否可以删除弹出窗口中的URL

Ios 是否可以删除弹出窗口中的URL,ios,popup,alert,Ios,Popup,Alert,我有一个应用程序,其中我使用了javascript警报弹出框 当我在智能设备(如iPhone)中打开它时,它会在顶部显示URL,如下所示: 那么有没有办法删除该URL呢?如果你能找到一种方法来设置你可以尝试使用的UIAlertView的委托 (void)willPresentAlertView:(UIAlertView*)alertView 如果可行的话,您可以从那里更改标题

我有一个应用程序,其中我使用了javascript警报弹出框

当我在智能设备(如iPhone)中打开它时,它会在顶部显示URL,如下所示:


那么有没有办法删除该URL呢?

如果你能找到一种方法来设置你可以尝试使用的UIAlertView的委托

  • (void)willPresentAlertView:(UIAlertView*)alertView
如果可行的话,您可以从那里更改标题