mirror of
https://github.com/servo/servo.git
synced 2025-08-15 18:35:33 +01:00
Expose javascript:window.alert() to libsimpleservo
This commit is contained in:
parent
b6cc0f60a9
commit
3a374b3455
7 changed files with 42 additions and 0 deletions
|
@ -129,6 +129,10 @@ public class MainActivity extends Activity implements Servo.Client {
|
|||
mServoView.stop();
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onAlert(String message) {
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onLoadStarted() {
|
||||
mReloadButton.setEnabled(false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue