Request for system URL handling

Hi,
Can we please have some additional function and events in the system category?

[lua]- (BOOL)canOpenURL:(NSURL *)url[/lua]

which could translate to

[lua]system.canOpenURL(url)[/lua]

and calls the above function

and an event

[lua]event.type =“applicationHandleOpenURL”
event.url = URL[/lua]

which is a callback when the function below is called

[lua]- (BOOL)application:(UIApplication *)application handleOpenURL:(NSURL *)url[/lua]
[import]uid: 3826 topic_id: 10205 reply_id: 310205[/import]

I’d like to second this request! [import]uid: 14598 topic_id: 10205 reply_id: 37253[/import]

I third this request! Crucial element of mobile development! [import]uid: 64692 topic_id: 10205 reply_id: 40984[/import]